diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-08-04 03:34:02 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-08-04 03:34:02 +0300 |
commit | 469c16c51f85ded242ebc6807fec488eb10b17d8 (patch) | |
tree | 2836a64c8399cc28b73799858ec53033eb196b7b /dev-perl/Sub-Identify | |
parent | dev-perl/namespace-clean: Add ~s390 keyword wrt bug #652718 (diff) | |
download | gentoo-469c16c51f85ded242ebc6807fec488eb10b17d8.tar.gz gentoo-469c16c51f85ded242ebc6807fec488eb10b17d8.tar.bz2 gentoo-469c16c51f85ded242ebc6807fec488eb10b17d8.zip |
dev-perl/Sub-Identify: Add ~s390 keyword wrt bug #652718
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/Sub-Identify')
-rw-r--r-- | dev-perl/Sub-Identify/Sub-Identify-0.140.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Sub-Identify/Sub-Identify-0.140.0.ebuild b/dev-perl/Sub-Identify/Sub-Identify-0.140.0.ebuild index 369ca91291fb..88cd5db295f2 100644 --- a/dev-perl/Sub-Identify/Sub-Identify-0.140.0.ebuild +++ b/dev-perl/Sub-Identify/Sub-Identify-0.140.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="Retrieve names of code references" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris" IUSE="test" RDEPEND=" |