summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-08-04 03:49:55 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-08-04 03:49:55 +0300
commit7c3ce93110e744d2503a294af78d3e9fbbf71c28 (patch)
tree9d6a74c2a4df478baa56b1e1137dd51f3c378197
parentdev-perl/Ref-Util-XS: Add ~s390 keyword wrt bug #652718 (diff)
downloadgentoo-7c3ce93110e744d2503a294af78d3e9fbbf71c28.tar.gz
gentoo-7c3ce93110e744d2503a294af78d3e9fbbf71c28.tar.bz2
gentoo-7c3ce93110e744d2503a294af78d3e9fbbf71c28.zip
dev-perl/Ref-Util: Add ~s390 keyword wrt bug #652718
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--dev-perl/Ref-Util/Ref-Util-0.203.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Ref-Util/Ref-Util-0.203.0.ebuild b/dev-perl/Ref-Util/Ref-Util-0.203.0.ebuild
index 5033f1f97ff7..04c3326ab764 100644
--- a/dev-perl/Ref-Util/Ref-Util-0.203.0.ebuild
+++ b/dev-perl/Ref-Util/Ref-Util-0.203.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
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Utility functions for checking references"
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"
LICENSE="MIT"
IUSE="test +xs"