summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-25 19:44:31 +0100
committerSam James <sam@gentoo.org>2022-04-25 19:44:31 +0100
commit5cad1bccc7048e62b8214c066f975d5ee1f9d87d (patch)
tree61fe305876593180f353c74f7413eec170825118 /dev-perl/Devel-GlobalDestruction
parentdev-perl/Class-Method-Modifiers: Keyword 2.130.0 s390, #840830 (diff)
downloadgentoo-5cad1bccc7048e62b8214c066f975d5ee1f9d87d.tar.gz
gentoo-5cad1bccc7048e62b8214c066f975d5ee1f9d87d.tar.bz2
gentoo-5cad1bccc7048e62b8214c066f975d5ee1f9d87d.zip
dev-perl/Devel-GlobalDestruction: Keyword 0.140.0-r1 s390, #840830
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Devel-GlobalDestruction')
-rw-r--r--dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0-r1.ebuild b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0-r1.ebuild
index 4fdbe2ce2e0a..c76cd7100505 100644
--- a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0-r1.ebuild
+++ b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION='Returns the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older perls'
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
>=dev-perl/Sub-Exporter-Progressive-0.1.11