diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-01 00:06:38 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-01 00:06:38 +0300 |
commit | 63048baed0dc9cf3bc86e3bf761a3f8ea06b0bda (patch) | |
tree | 2b25a19d0c85cce7035c4fbc43d900307ac9e0b2 /dev-perl/Test-Warnings | |
parent | app-admin/fam: s390 stable wrt bug #653820 (diff) | |
download | gentoo-63048baed0dc9cf3bc86e3bf761a3f8ea06b0bda.tar.gz gentoo-63048baed0dc9cf3bc86e3bf761a3f8ea06b0bda.tar.bz2 gentoo-63048baed0dc9cf3bc86e3bf761a3f8ea06b0bda.zip |
dev-perl/Test-Warnings: add ~s390 keyword wrt bug #603078
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/Test-Warnings')
-rw-r--r-- | dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild b/dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild index 4174e737329b..4678b3395557 100644 --- a/dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild +++ b/dev-perl/Test-Warnings/Test-Warnings-0.26.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='Test for warnings and the lack of them' SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test suggested" # Test::Builder -> perl-Test-Simple |