diff options
author | 2024-08-29 02:31:38 +0100 | |
---|---|---|
committer | 2024-08-29 02:31:38 +0100 | |
commit | fb94ef5b1ef1d9d8c3de0deea69614cee6a9163c (patch) | |
tree | 0a811cd64ff8f4c4f84d6fb1fe36f27b06f30e1f /dev-lang/perl | |
parent | dev-util/kcov: fix test failures (diff) | |
download | gentoo-fb94ef5b1ef1d9d8c3de0deea69614cee6a9163c.tar.gz gentoo-fb94ef5b1ef1d9d8c3de0deea69614cee6a9163c.tar.bz2 gentoo-fb94ef5b1ef1d9d8c3de0deea69614cee6a9163c.zip |
dev-lang/perl: Stabilize 5.40.0 amd64, #938570
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/perl')
-rw-r--r-- | dev-lang/perl/perl-5.40.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/perl/perl-5.40.0.ebuild b/dev-lang/perl/perl-5.40.0.ebuild index be1251b4c5a1..56fcb3f30066 100644 --- a/dev-lang/perl/perl-5.40.0.ebuild +++ b/dev-lang/perl/perl-5.40.0.ebuild @@ -55,7 +55,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 perl_features_debug doc gdbm perl_features_ithreads minimal perl_features_quadmath" |