summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/pyinotify/ChangeLog7
-rw-r--r--dev-python/pyinotify/pyinotify-0.7.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pyinotify/ChangeLog b/dev-python/pyinotify/ChangeLog
index fa8cbafa305d..e9e5b5f18ba1 100644
--- a/dev-python/pyinotify/ChangeLog
+++ b/dev-python/pyinotify/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyinotify
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.4 2007/09/07 19:15:22 josejx Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.5 2008/02/16 00:09:33 cla Exp $
+
+ 16 Feb 2008; Dawid Węgliński <cla@gentoo.org> pyinotify-0.7.0.ebuild:
+ Stable on x86 (bug #203522)
07 Sep 2007; Joseph Jezak <josejx@gentoo.org> pyinotify-0.7.0.ebuild:
Marked ~ppc for bug #186636.
diff --git a/dev-python/pyinotify/pyinotify-0.7.0.ebuild b/dev-python/pyinotify/pyinotify-0.7.0.ebuild
index c1e5a6cb2cd7..17b4040bd9a1 100644
--- a/dev-python/pyinotify/pyinotify-0.7.0.ebuild
+++ b/dev-python/pyinotify/pyinotify-0.7.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.7.0.ebuild,v 1.2 2007/09/07 19:15:22 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.7.0.ebuild,v 1.3 2008/02/16 00:09:33 cla Exp $
NEED_PYTHON="2.3"
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="doc examples"
src_install() {