diff options
author | 2011-10-09 13:38:43 +0000 | |
---|---|---|
committer | 2011-10-09 13:38:43 +0000 | |
commit | 7f25b4d789acec616866fb95693a63b422310a29 (patch) | |
tree | e8fd7dec1090b8317492862066d25dc7e4f9ef86 /dev-python/redis-py/redis-py-2.4.9.ebuild | |
parent | Stable on amd64 wrt bug #386085 (diff) | |
download | gentoo-2-7f25b4d789acec616866fb95693a63b422310a29.tar.gz gentoo-2-7f25b4d789acec616866fb95693a63b422310a29.tar.bz2 gentoo-2-7f25b4d789acec616866fb95693a63b422310a29.zip |
Stable on amd64 wrt bug #386045
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/redis-py/redis-py-2.4.9.ebuild')
-rw-r--r-- | dev-python/redis-py/redis-py-2.4.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/redis-py/redis-py-2.4.9.ebuild b/dev-python/redis-py/redis-py-2.4.9.ebuild index bccc08776f5c..146781336faf 100644 --- a/dev-python/redis-py/redis-py-2.4.9.ebuild +++ b/dev-python/redis-py/redis-py-2.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.4.9.ebuild,v 1.1 2011/09/05 20:46:30 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.4.9.ebuild,v 1.2 2011/10/09 13:38:43 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -17,7 +17,7 @@ SRC_URI="http://cloud.github.com/downloads/andymccurdy/${PN}/redis-${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools" |