summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-12-24 11:23:26 +0000
committerJustin Lecher <jlec@gentoo.org>2011-12-24 11:23:26 +0000
commita7de33ff988d120e6b0f43d7061dbeb296f2b0d3 (patch)
tree86068d2253b22b78b688b4ecc9c2ecaeccceca75 /dev-python/pyinotify
parentVersion bump (diff)
downloadgentoo-2-a7de33ff988d120e6b0f43d7061dbeb296f2b0d3.tar.gz
gentoo-2-a7de33ff988d120e6b0f43d7061dbeb296f2b0d3.tar.bz2
gentoo-2-a7de33ff988d120e6b0f43d7061dbeb296f2b0d3.zip
Keyworded for ~x86-linux, tested by me
(Portage version: 2.2.0_alpha82/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyinotify')
-rw-r--r--dev-python/pyinotify/ChangeLog5
-rw-r--r--dev-python/pyinotify/pyinotify-0.9.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyinotify/ChangeLog b/dev-python/pyinotify/ChangeLog
index e202c735dfc7..e6f65892b6d5 100644
--- a/dev-python/pyinotify/ChangeLog
+++ b/dev-python/pyinotify/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyinotify
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.44 2011/07/28 20:33:39 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.45 2011/12/24 11:23:26 jlec Exp $
+
+ 24 Dec 2011; Justin Lecher <jlec@gentoo.org> pyinotify-0.9.2.ebuild:
+ Keyworded for ~x86-linux, tested by me
28 Jul 2011; Jesus Rivero <neurogeek@gentoo.org> pyinotify-0.9.2.ebuild:
Changed license to MIT
diff --git a/dev-python/pyinotify/pyinotify-0.9.2.ebuild b/dev-python/pyinotify/pyinotify-0.9.2.ebuild
index e802b5ddc5fe..79604311f444 100644
--- a/dev-python/pyinotify/pyinotify-0.9.2.ebuild
+++ b/dev-python/pyinotify/pyinotify-0.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.6 2011/07/28 20:33:39 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.7 2011/12/24 11:23:26 jlec Exp $
EAPI="3"
PYTHON_DEPEND="*:2.5"
@@ -15,7 +15,7 @@ SRC_URI="http://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
IUSE="examples"
DEPEND=""