diff options
Diffstat (limited to 'dev-python/simplejson/simplejson-2.6.0.ebuild')
-rw-r--r-- | dev-python/simplejson/simplejson-2.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/simplejson/simplejson-2.6.0.ebuild b/dev-python/simplejson/simplejson-2.6.0.ebuild index dae1cb907f49..5cd339fc87c9 100644 --- a/dev-python/simplejson/simplejson-2.6.0.ebuild +++ b/dev-python/simplejson/simplejson-2.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.6.0.ebuild,v 1.4 2012/09/14 18:48:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.6.0.ebuild,v 1.5 2012/09/15 02:00:22 blueness 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 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" DEPEND="" |