diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-31 00:57:01 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-31 00:57:53 +0300 |
commit | 66a32cd4dc76da6903532efe0043e25373682334 (patch) | |
tree | c2671625a7626476fe539b2be98caef1e43cae1d /dev-python/simplejson | |
parent | dev-python/jaraco-packaging: mark s390 stable (diff) | |
download | gentoo-66a32cd4dc76da6903532efe0043e25373682334.tar.gz gentoo-66a32cd4dc76da6903532efe0043e25373682334.tar.bz2 gentoo-66a32cd4dc76da6903532efe0043e25373682334.zip |
dev-python/simplejson: mark s390 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r-- | dev-python/simplejson/simplejson-3.13.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/simplejson/simplejson-3.15.0.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/simplejson/simplejson-3.13.2.ebuild b/dev-python/simplejson/simplejson-3.13.2.ebuild index bae56fbc5a52..964d4d7e6517 100644 --- a/dev-python/simplejson/simplejson-3.13.2.ebuild +++ b/dev-python/simplejson/simplejson-3.13.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 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 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/simplejson/simplejson-3.15.0.ebuild b/dev-python/simplejson/simplejson-3.15.0.ebuild index df7af5af1964..9004215f6c28 100644 --- a/dev-python/simplejson/simplejson-3.15.0.ebuild +++ b/dev-python/simplejson/simplejson-3.15.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 ~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 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |