summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyinotify')
-rw-r--r--dev-python/pyinotify/ChangeLog5
-rw-r--r--dev-python/pyinotify/pyinotify-0.9.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyinotify/ChangeLog b/dev-python/pyinotify/ChangeLog
index 4cffc71838c1..c77b1fef6b68 100644
--- a/dev-python/pyinotify/ChangeLog
+++ b/dev-python/pyinotify/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyinotify
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.27 2010/06/05 21:28:03 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.28 2010/07/07 09:01:33 hwoarang Exp $
+
+ 07 Jul 2010; Markos Chandras <hwoarang@gentoo.org> pyinotify-0.9.0.ebuild:
+ Stable on amd64 wrt bug #327153
*pyinotify-0.9.0 (05 Jun 2010)
diff --git a/dev-python/pyinotify/pyinotify-0.9.0.ebuild b/dev-python/pyinotify/pyinotify-0.9.0.ebuild
index 873a15d1b439..dab08ff9c813 100644
--- a/dev-python/pyinotify/pyinotify-0.9.0.ebuild
+++ b/dev-python/pyinotify/pyinotify-0.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.0.ebuild,v 1.1 2010/06/05 21:28:03 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.0.ebuild,v 1.2 2010/07/07 09:01:33 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="*:2.5"
@@ -15,7 +15,7 @@ SRC_URI="http://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux"
IUSE="doc examples"
DEPEND=""