diff options
author | Sam James <sam@gentoo.org> | 2021-10-17 21:26:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-17 21:26:34 +0100 |
commit | 31c6efcdfe471be5f0e7d820d124d9188e0054d9 (patch) | |
tree | 02bb835eef682775bd4ecd95215421edd4563137 /dev-lang | |
parent | dev-lang/perl: Stabilize 5.34.0-r3 amd64, #802945 (diff) | |
download | gentoo-31c6efcdfe471be5f0e7d820d124d9188e0054d9.tar.gz gentoo-31c6efcdfe471be5f0e7d820d124d9188e0054d9.tar.bz2 gentoo-31c6efcdfe471be5f0e7d820d124d9188e0054d9.zip |
dev-lang/perl: Stabilize 5.34.0-r3 x86, #802945
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/perl/perl-5.34.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/perl/perl-5.34.0-r3.ebuild b/dev-lang/perl/perl-5.34.0-r3.ebuild index 5edd17d4e235..9428eb53319e 100644 --- a/dev-lang/perl/perl-5.34.0-r3.ebuild +++ b/dev-lang/perl/perl-5.34.0-r3.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 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi IUSE="berkdb debug doc gdbm ithreads minimal" |