diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-12 17:13:37 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-12 17:13:37 +0100 |
commit | 55dd1a4c0fd00ef5c9c80d6fe39690099c0b0a9b (patch) | |
tree | 543341fb2f4d8619c2844e0be2456fc8107b12c4 /dev-python/simplejson | |
parent | dev-python/wsgiproxy2: s390 stable wrt bug #706146 (diff) | |
download | gentoo-55dd1a4c0fd00ef5c9c80d6fe39690099c0b0a9b.tar.gz gentoo-55dd1a4c0fd00ef5c9c80d6fe39690099c0b0a9b.tar.bz2 gentoo-55dd1a4c0fd00ef5c9c80d6fe39690099c0b0a9b.zip |
dev-python/simplejson: s390 stable wrt bug #706506
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r-- | dev-python/simplejson/simplejson-3.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/simplejson/simplejson-3.17.0.ebuild b/dev-python/simplejson/simplejson-3.17.0.ebuild index dda17d0ac1e9..571b50bafffb 100644 --- a/dev-python/simplejson/simplejson-3.17.0.ebuild +++ b/dev-python/simplejson/simplejson-3.17.0.ebuild @@ -13,7 +13,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 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |