diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-02-23 11:23:22 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-02-23 11:23:22 +0000 |
commit | d45fbe33a96cd935dc0362ba1a2d91084075e023 (patch) | |
tree | 4576098e998073cc3cb4157814e1972367ec9fd1 /dev-python/pyinotify | |
parent | stable x86, bug 303191 (diff) | |
download | historical-d45fbe33a96cd935dc0362ba1a2d91084075e023.tar.gz historical-d45fbe33a96cd935dc0362ba1a2d91084075e023.tar.bz2 historical-d45fbe33a96cd935dc0362ba1a2d91084075e023.zip |
stable x86, bug 304005
Package-Manager: portage-2.1.7.17/cvs/Linux i686
Diffstat (limited to 'dev-python/pyinotify')
-rw-r--r-- | dev-python/pyinotify/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pyinotify/pyinotify-0.8.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pyinotify/ChangeLog b/dev-python/pyinotify/ChangeLog index 2d6a658dca69..17dee8db553a 100644 --- a/dev-python/pyinotify/ChangeLog +++ b/dev-python/pyinotify/ChangeLog @@ -1,6 +1,10 @@ # 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.22 2010/02/10 05:20:07 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.23 2010/02/23 11:23:22 fauli Exp $ + + 23 Feb 2010; Christian Faulhammer <fauli@gentoo.org> + pyinotify-0.8.9.ebuild: + stable x86, bug 304005 10 Feb 2010; Joseph Jezak <josejx@gentoo.org> pyinotify-0.8.9.ebuild: Marked ppc stable for bug #304005. diff --git a/dev-python/pyinotify/pyinotify-0.8.9.ebuild b/dev-python/pyinotify/pyinotify-0.8.9.ebuild index 54ed7eb4872b..43fe0c364766 100644 --- a/dev-python/pyinotify/pyinotify-0.8.9.ebuild +++ b/dev-python/pyinotify/pyinotify-0.8.9.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.8.9.ebuild,v 1.3 2010/02/10 05:20:07 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.8.9.ebuild,v 1.4 2010/02/23 11:23:22 fauli Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="http://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc sparc ~x86" +KEYWORDS="~amd64 ppc sparc x86" IUSE="doc examples" DEPEND="" |