diff options
author | Thomas Kahle <tomka@gentoo.org> | 2010-11-16 17:39:46 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2010-11-16 17:39:46 +0000 |
commit | e16969c1315f9d85c7297490ea6afa0dcd7791bc (patch) | |
tree | 3cf822425ef0515e841f52cf0ace1c4b58b19465 /dev-python/pyinotify | |
parent | x86 stable per bug 345471 (diff) | |
download | gentoo-2-e16969c1315f9d85c7297490ea6afa0dcd7791bc.tar.gz gentoo-2-e16969c1315f9d85c7297490ea6afa0dcd7791bc.tar.bz2 gentoo-2-e16969c1315f9d85c7297490ea6afa0dcd7791bc.zip |
x86 stable per bug 345497
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'dev-python/pyinotify')
-rw-r--r-- | dev-python/pyinotify/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyinotify/pyinotify-0.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyinotify/ChangeLog b/dev-python/pyinotify/ChangeLog index c24a9cd9367f..fc6bbef4f9ad 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.32 2010/10/17 20:25:48 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.33 2010/11/16 17:39:46 tomka Exp $ + + 16 Nov 2010; Thomas Kahle <tomka@gentoo.org> pyinotify-0.9.1.ebuild: + x86 stable per bug 345497 *pyinotify-0.9.1 (17 Oct 2010) diff --git a/dev-python/pyinotify/pyinotify-0.9.1.ebuild b/dev-python/pyinotify/pyinotify-0.9.1.ebuild index 4a3455190b61..6073d9f48a9b 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 # 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.1 2010/10/17 20:25:48 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.1.ebuild,v 1.2 2010/11/16 17:39:46 tomka 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="" |