dev-perl/Test-Without-Module: Add ~s390 keyword wrt bug #652718
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 4 Aug 2018 00:25:26 +0000 (03:25 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 4 Aug 2018 00:25:26 +0000 (03:25 +0300)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild

index c4f61e3b22081ef9c6ef25f6aa851e07002b5ab4..c2e6198efc79c14a9cfe70bd313d1efbf8b3714e 100644 (file)
@@ -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 fallback behaviour in absence of modules"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND=""