diff options
Diffstat (limited to 'dev-python/simplejson/simplejson-2.1.6.ebuild')
-rw-r--r-- | dev-python/simplejson/simplejson-2.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/simplejson/simplejson-2.1.6.ebuild b/dev-python/simplejson/simplejson-2.1.6.ebuild index 945e6886af1b..669f930d29ac 100644 --- a/dev-python/simplejson/simplejson-2.1.6.ebuild +++ b/dev-python/simplejson/simplejson-2.1.6.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/simplejson/simplejson-2.1.6.ebuild,v 1.4 2011/06/19 15:27:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.1.6.ebuild,v 1.5 2011/06/27 20:46:20 ranger Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools" |