summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2010-02-27 20:54:27 +0000
committerFabian Groffen <grobian@gentoo.org>2010-02-27 20:54:27 +0000
commit6b6182ac80af81f6c972ac505c798fd8dfa0b67c (patch)
treed0c91b6a526c4ee57860a07ca5286b6a36302030 /dev-python/simplejson
parentMarked ~x64-macos, thanks Ramon van Alteren in bug #306705 (diff)
downloadhistorical-6b6182ac80af81f6c972ac505c798fd8dfa0b67c.tar.gz
historical-6b6182ac80af81f6c972ac505c798fd8dfa0b67c.tar.bz2
historical-6b6182ac80af81f6c972ac505c798fd8dfa0b67c.zip
Marked ~x64-macos, thanks Ramon van Alteren in bug #306705
Package-Manager: portage-2.2.00.15444-prefix/cvs/Darwin powerpc
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r--dev-python/simplejson/simplejson-2.0.9-r1.ebuild4
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 97f05188f1e8..9ab6a77f764f 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.4 2009/12/20 10:47:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.0.9-r1.ebuild,v 1.5 2010/02/27 20:54:27 grobian Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
DESCRIPTION="A simple, fast, complete, correct and extensible JSON encoder and decoder."
HOMEPAGE="http://undefined.org/python/#simplejson"