diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-10-29 08:00:05 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-10-29 08:05:15 +0100 |
commit | 844101397c1a0d2348886156bae8c4757d5c51ff (patch) | |
tree | f4c63903490f7978f9b229825178e03c11b2c159 /dev-python/simplejson | |
parent | media-video/vlc: use for vdpau and skins changed bug #556860 and #563398. By ... (diff) | |
download | gentoo-844101397c1a0d2348886156bae8c4757d5c51ff.tar.gz gentoo-844101397c1a0d2348886156bae8c4757d5c51ff.tar.bz2 gentoo-844101397c1a0d2348886156bae8c4757d5c51ff.zip |
dev-python/simplejson: Stable for PPC64 (bug #564308).
Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r-- | dev-python/simplejson/simplejson-3.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/simplejson/simplejson-3.8.1.ebuild b/dev-python/simplejson/simplejson-3.8.1.ebuild index 5043687bf112..451f66298c8a 100644 --- a/dev-python/simplejson/simplejson-3.8.1.ebuild +++ b/dev-python/simplejson/simplejson-3.8.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( MIT AFL-2.1 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |