diff options
Diffstat (limited to 'dev-python/simplejson/simplejson-2.2.0.ebuild')
-rw-r--r-- | dev-python/simplejson/simplejson-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/simplejson/simplejson-2.2.0.ebuild b/dev-python/simplejson/simplejson-2.2.0.ebuild index a3dc2525123d..3c682ed168e6 100644 --- a/dev-python/simplejson/simplejson-2.2.0.ebuild +++ b/dev-python/simplejson/simplejson-2.2.0.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.2.0.ebuild,v 1.1 2011/09/05 11:36:29 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.2.0.ebuild,v 1.2 2011/12/18 17:29:50 armin76 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 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools" |