summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-05-12 19:26:46 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-05-12 19:26:46 +0000
commita89fc043d6f6826c35bb7be0f4a1270ae6601894 (patch)
treee6f807be0bb4d29b15e2d11db5113bf8295ad77f /dev-python/pyinotify
parentStable for amd64, wrt bug #467130 (diff)
downloadgentoo-2-a89fc043d6f6826c35bb7be0f4a1270ae6601894.tar.gz
gentoo-2-a89fc043d6f6826c35bb7be0f4a1270ae6601894.tar.bz2
gentoo-2-a89fc043d6f6826c35bb7be0f4a1270ae6601894.zip
Stable for x86, wrt bug #467130
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/pyinotify')
-rw-r--r--dev-python/pyinotify/ChangeLog5
-rw-r--r--dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyinotify/ChangeLog b/dev-python/pyinotify/ChangeLog
index 548c20ecc36c..a198933df824 100644
--- a/dev-python/pyinotify/ChangeLog
+++ b/dev-python/pyinotify/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyinotify
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.54 2013/05/12 19:26:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.55 2013/05/12 19:26:46 ago Exp $
+
+ 12 May 2013; Agostino Sarubbo <ago@gentoo.org> pyinotify-0.9.4-r1.ebuild:
+ Stable for x86, wrt bug #467130
12 May 2013; Agostino Sarubbo <ago@gentoo.org> pyinotify-0.9.4-r1.ebuild:
Stable for amd64, wrt bug #467130
diff --git a/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild b/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild
index 071e9622242b..db382e6d5029 100644
--- a/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild
+++ b/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.5 2013/05/12 19:26:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.6 2013/05/12 19:26:46 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
@@ -13,7 +13,7 @@ SRC_URI="http://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="examples"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"