diff options
author | 2018-08-04 03:36:21 +0300 | |
---|---|---|
committer | 2018-08-04 03:36:21 +0300 | |
commit | 4c6cd134bb7db99546ba331f9e454cf796676970 (patch) | |
tree | c547c6c91a1d6d4965f1509a6f24211ae182b62d /dev-perl/Sub-Quote | |
parent | dev-perl/namespace-autoclean: Add ~s390 keyword wrt bug #652718 (diff) | |
download | gentoo-4c6cd134bb7db99546ba331f9e454cf796676970.tar.gz gentoo-4c6cd134bb7db99546ba331f9e454cf796676970.tar.bz2 gentoo-4c6cd134bb7db99546ba331f9e454cf796676970.zip |
dev-perl/Sub-Quote: Add ~s390 keyword wrt bug #652718
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/Sub-Quote')
-rw-r--r-- | dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild b/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild index 432c42c19e86..5a67a5dedae4 100644 --- a/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild +++ b/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Efficient generation of subroutines via string eval" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="test minimal" RDEPEND=" |