diff options
author | 2023-09-02 16:08:05 +0100 | |
---|---|---|
committer | 2023-09-02 16:08:05 +0100 | |
commit | 1cc2ee4fdbdbf318615d760d4465e81429a3aa6d (patch) | |
tree | b9b14a5c1bfea5e937437db562702ee8fd89cf51 /dev-lang/perl | |
parent | app-arch/par2cmdline: fix openmp useflag and tests (diff) | |
download | gentoo-1cc2ee4fdbdbf318615d760d4465e81429a3aa6d.tar.gz gentoo-1cc2ee4fdbdbf318615d760d4465e81429a3aa6d.tar.bz2 gentoo-1cc2ee4fdbdbf318615d760d4465e81429a3aa6d.zip |
dev-lang/perl: Stabilize 5.38.0-r1 hppa, #913085
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/perl')
-rw-r--r-- | dev-lang/perl/perl-5.38.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/perl/perl-5.38.0-r1.ebuild b/dev-lang/perl/perl-5.38.0-r1.ebuild index 5429466229d1..66a37abc47a9 100644 --- a/dev-lang/perl/perl-5.38.0-r1.ebuild +++ b/dev-lang/perl/perl-5.38.0-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" |