diff options
Diffstat (limited to 'dev-python/simplejson/simplejson-2.3.0.ebuild')
-rw-r--r-- | dev-python/simplejson/simplejson-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/simplejson/simplejson-2.3.0.ebuild b/dev-python/simplejson/simplejson-2.3.0.ebuild index 423b5a937a63..0421f85d7244 100644 --- a/dev-python/simplejson/simplejson-2.3.0.ebuild +++ b/dev-python/simplejson/simplejson-2.3.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.3.0.ebuild,v 1.4 2012/02/27 15:35:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.3.0.ebuild,v 1.5 2012/03/02 19:38:23 maekke 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="" |