diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-08-04 03:28:57 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-08-04 03:28:57 +0300 |
commit | ae20bf9dbec6acbc567b1fbea247afc7d8febe28 (patch) | |
tree | 0c364fb89bdca660b6f9e2c60c5366110f31e638 /dev-perl/namespace-clean | |
parent | dev-perl/Devel-LexAlias: Add ~s390 keyword wrt bug #652718 (diff) | |
download | gentoo-ae20bf9dbec6acbc567b1fbea247afc7d8febe28.tar.gz gentoo-ae20bf9dbec6acbc567b1fbea247afc7d8febe28.tar.bz2 gentoo-ae20bf9dbec6acbc567b1fbea247afc7d8febe28.zip |
dev-perl/namespace-clean: Add ~s390 keyword wrt bug #652718
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/namespace-clean')
-rw-r--r-- | dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild b/dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild index 56cee3695add..e042a4a39711 100644 --- a/dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild +++ b/dev-perl/namespace-clean/namespace-clean-0.270.0.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Keep imports and functions out of your namespace" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~x86-fbsd ~x64-macos" IUSE="test" RDEPEND=" |