diff options
Diffstat (limited to 'dev-python/simplejson/simplejson-2.1.2.ebuild')
-rw-r--r-- | dev-python/simplejson/simplejson-2.1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/simplejson/simplejson-2.1.2.ebuild b/dev-python/simplejson/simplejson-2.1.2.ebuild index be3b47bd9fad..46519190c518 100644 --- a/dev-python/simplejson/simplejson-2.1.2.ebuild +++ b/dev-python/simplejson/simplejson-2.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.2.ebuild,v 1.4 2010/12/31 20:31:12 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.1.2.ebuild,v 1.5 2011/01/07 16:34:32 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 ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc" DEPEND="dev-python/setuptools" |