diff options
author | 2024-09-17 20:15:28 +0300 | |
---|---|---|
committer | 2024-09-17 20:15:28 +0300 | |
commit | e83ae6587fb7111dee3a93140414418fc20f7f5f (patch) | |
tree | a49d4ae14a7dbeb539e3db0f754e21cfa4880d94 /dev-lang/perl | |
parent | www-servers/puma: Stabilize 6.4.2 x86, #938964 (diff) | |
download | gentoo-e83ae6587fb7111dee3a93140414418fc20f7f5f.tar.gz gentoo-e83ae6587fb7111dee3a93140414418fc20f7f5f.tar.bz2 gentoo-e83ae6587fb7111dee3a93140414418fc20f7f5f.zip |
dev-lang/perl: Stabilize 5.40.0 x86, #938570
Signed-off-by: Arthur Zamarin <arthurzam@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 0a6d5010c8eb..f3383adc212f 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 ~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 ~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" |