summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-11-19 20:24:44 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-11-19 20:24:44 +0000
commita419e5351a296af3157afdedcc416f00b552ccd1 (patch)
tree3de6486f7bf206490d261020e19da553a76b54ac /dev-python/pyinotify/pyinotify-0.9.1.ebuild
parentFix UnicodeDecodeError in setup.py, bug 346001 (diff)
downloadgentoo-2-a419e5351a296af3157afdedcc416f00b552ccd1.tar.gz
gentoo-2-a419e5351a296af3157afdedcc416f00b552ccd1.tar.bz2
gentoo-2-a419e5351a296af3157afdedcc416f00b552ccd1.zip
Stable on amd64 wrt bug #345497
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyinotify/pyinotify-0.9.1.ebuild')
-rw-r--r--dev-python/pyinotify/pyinotify-0.9.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyinotify/pyinotify-0.9.1.ebuild b/dev-python/pyinotify/pyinotify-0.9.1.ebuild
index 6073d9f48a9b..ec6298ff7a60 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.2 2010/11/16 17:39:46 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.1.ebuild,v 1.3 2010/11/19 20:24:44 hwoarang 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=""