diff options
-rw-r--r-- | dev-python/hacking/hacking-0.10.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/hacking/hacking-0.9.6.ebuild | 4 | ||||
-rw-r--r-- | dev-python/hacking/hacking-1.1.0.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/hacking/hacking-0.10.3.ebuild b/dev-python/hacking/hacking-0.10.3.ebuild index 6cae6f552ad0..39cb1b2b5751 100644 --- a/dev-python/hacking/hacking-0.10.3.ebuild +++ b/dev-python/hacking/hacking-0.10.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 x86 ~amd64-linux ~x86-linux" IUSE="doc test" DEPEND=" diff --git a/dev-python/hacking/hacking-0.9.6.ebuild b/dev-python/hacking/hacking-0.9.6.ebuild index 305cf9d9ca20..566c2e935c4a 100644 --- a/dev-python/hacking/hacking-0.9.6.ebuild +++ b/dev-python/hacking/hacking-0.9.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" RDEPEND="~dev-python/pep8-1.5.6[${PYTHON_USEDEP}] diff --git a/dev-python/hacking/hacking-1.1.0.ebuild b/dev-python/hacking/hacking-1.1.0.ebuild index 6b5bc774fe4d..f4ec21626b65 100644 --- a/dev-python/hacking/hacking-1.1.0.ebuild +++ b/dev-python/hacking/hacking-1.1.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm64 ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ~hppa ~ppc64 ~s390 x86 ~amd64-linux ~x86-linux" IUSE="doc test" RDEPEND=" |