diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-03-01 22:53:26 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-03-01 22:54:21 +0100 |
commit | a58bfd3578e406877f36dca9bd0f42e48f862055 (patch) | |
tree | d8e80072cf431bdfdb4cdc7aea347029c784f1a3 /dev-lang/perl | |
parent | dev-util/intel_clc: switch from --buildtype to -Dbuildtype (diff) | |
download | gentoo-a58bfd3578e406877f36dca9bd0f42e48f862055.tar.gz gentoo-a58bfd3578e406877f36dca9bd0f42e48f862055.tar.bz2 gentoo-a58bfd3578e406877f36dca9bd0f42e48f862055.zip |
dev-lang/perl: stable 5.38.2-r2 for all
Closes: https://bugs.gentoo.org/911233
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-lang/perl')
-rw-r--r-- | dev-lang/perl/perl-5.38.2-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lang/perl/perl-5.38.2-r2.ebuild b/dev-lang/perl/perl-5.38.2-r2.ebuild index 0fb23ae07e45..29d9fb34d478 100644 --- a/dev-lang/perl/perl-5.38.2-r2.ebuild +++ b/dev-lang/perl/perl-5.38.2-r2.ebuild @@ -53,8 +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="" + 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" |