diff options
author | Sam James <sam@gentoo.org> | 2024-07-07 07:09:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-07 07:09:39 +0100 |
commit | 77b30b66a627f26d987e69597e9f0591c6fbab50 (patch) | |
tree | 1f20794a28d35edfffa0dae2a454032dda0cc552 /dev-perl/Devel-Symdump | |
parent | dev-perl/String-Format: Stabilize 1.180.0 arm64, #935698 (diff) | |
download | gentoo-77b30b66a627f26d987e69597e9f0591c6fbab50.tar.gz gentoo-77b30b66a627f26d987e69597e9f0591c6fbab50.tar.bz2 gentoo-77b30b66a627f26d987e69597e9f0591c6fbab50.zip |
dev-perl/Devel-Symdump: Stabilize 2.180.0-r1 arm64, #935698
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Devel-Symdump')
-rw-r--r-- | dev-perl/Devel-Symdump/Devel-Symdump-2.180.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Devel-Symdump/Devel-Symdump-2.180.0-r1.ebuild b/dev-perl/Devel-Symdump/Devel-Symdump-2.180.0-r1.ebuild index 768f77535dd5..97af5dcee59e 100644 --- a/dev-perl/Devel-Symdump/Devel-Symdump-2.180.0-r1.ebuild +++ b/dev-perl/Devel-Symdump/Devel-Symdump-2.180.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Dump symbol names or the symbol table" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="test" RESTRICT="!test? ( test )" |