diff options
author | Markus Meier <maekke@gentoo.org> | 2009-10-10 10:06:21 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-10-10 10:06:21 +0000 |
commit | bbd3a48701b136e8101c6d53fc5ad82ec2d02ffc (patch) | |
tree | 162ba5c8979cd69ad2938f8de888d1025fd7d5ce /dev-python/simplejson/simplejson-2.0.9-r1.ebuild | |
parent | amd64/x86 stable, bug #287578 (diff) | |
download | historical-bbd3a48701b136e8101c6d53fc5ad82ec2d02ffc.tar.gz historical-bbd3a48701b136e8101c6d53fc5ad82ec2d02ffc.tar.bz2 historical-bbd3a48701b136e8101c6d53fc5ad82ec2d02ffc.zip |
amd64/x86 stable, bug #287579
Package-Manager: portage-2.2_rc44/cvs/Linux x86_64
Diffstat (limited to 'dev-python/simplejson/simplejson-2.0.9-r1.ebuild')
-rw-r--r-- | dev-python/simplejson/simplejson-2.0.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/simplejson/simplejson-2.0.9-r1.ebuild b/dev-python/simplejson/simplejson-2.0.9-r1.ebuild index e9183ce82cb5..f3221d0af72e 100644 --- a/dev-python/simplejson/simplejson-2.0.9-r1.ebuild +++ b/dev-python/simplejson/simplejson-2.0.9-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.0.9-r1.ebuild,v 1.2 2009/10/07 18:05:36 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.0.9-r1.ebuild,v 1.3 2009/10/10 10:06:21 maekke Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" inherit distutils -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="amd64 ppc x86" DESCRIPTION="A simple, fast, complete, correct and extensible JSON encoder and decoder." HOMEPAGE="http://undefined.org/python/#simplejson" |