diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-17 17:57:14 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-17 17:57:14 +0000 |
commit | e32e6416bec1665243ea573b90a720e6a1d1fc24 (patch) | |
tree | 7e98840da4a0ad0a0ea731389a53142031329654 /dev-lang | |
parent | media-libs/shaderc: Stabilize 2023.7 amd64, #920203 (diff) | |
download | gentoo-e32e6416bec1665243ea573b90a720e6a1d1fc24.tar.gz gentoo-e32e6416bec1665243ea573b90a720e6a1d1fc24.tar.bz2 gentoo-e32e6416bec1665243ea573b90a720e6a1d1fc24.zip |
dev-lang/perl: Stabilize 5.38.2-r1 arm, #920096
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/perl/perl-5.38.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/perl/perl-5.38.2-r1.ebuild b/dev-lang/perl/perl-5.38.2-r1.ebuild index 7f8fd41cd3e8..5276daa65ab9 100644 --- a/dev-lang/perl/perl-5.38.2-r1.ebuild +++ b/dev-lang/perl/perl-5.38.2-r1.ebuild @@ -53,7 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )" SLOT="0/${SUBSLOT}" if [[ "${PV##*.}" != "9999" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~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 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi IUSE="berkdb debug doc gdbm ithreads minimal quadmath" |