summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <ranger@gentoo.org>2011-01-07 14:44:53 +0000
committerBrent Baude <ranger@gentoo.org>2011-01-07 14:44:53 +0000
commit37beaf435b6d71fd5ec476807946b7a7bda51558 (patch)
treeef462cc74d0ac2a3d8542672382c021d221e391c /dev-python
parentnew ebuild, see bug #347630 thanks to Marco Clocchiatti (diff)
downloadgentoo-2-37beaf435b6d71fd5ec476807946b7a7bda51558.tar.gz
gentoo-2-37beaf435b6d71fd5ec476807946b7a7bda51558.tar.bz2
gentoo-2-37beaf435b6d71fd5ec476807946b7a7bda51558.zip
Marking pyinotify-0.9.1 ppc for bug 345497
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyinotify/ChangeLog7
-rw-r--r--dev-python/pyinotify/pyinotify-0.9.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pyinotify/ChangeLog b/dev-python/pyinotify/ChangeLog
index 3eaaf3c51607..49ad3e787f2b 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.34 2010/11/19 20:24:44 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.35 2011/01/07 14:44:53 ranger Exp $
+
+ 07 Jan 2011; Brent Baude <ranger@gentoo.org> pyinotify-0.9.1.ebuild:
+ Marking pyinotify-0.9.1 ppc for bug 345497
19 Nov 2010; Markos Chandras <hwoarang@gentoo.org> pyinotify-0.9.1.ebuild:
Stable on amd64 wrt bug #345497
diff --git a/dev-python/pyinotify/pyinotify-0.9.1.ebuild b/dev-python/pyinotify/pyinotify-0.9.1.ebuild
index ec6298ff7a60..11adb2dd7068 100644
--- a/dev-python/pyinotify/pyinotify-0.9.1.ebuild
+++ b/dev-python/pyinotify/pyinotify-0.9.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.1.ebuild,v 1.3 2010/11/19 20:24:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.1.ebuild,v 1.4 2011/01/07 14:44:53 ranger 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="examples"
DEPEND=""