diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-06-05 14:09:02 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-06-05 14:09:02 +0300 |
commit | ca327be2985c11f1a82d0552ae6a59f171ccb3bd (patch) | |
tree | 982b5d30e066440a5e6bebe2d61259649b4c941e /dev-lang/perl | |
parent | sci-libs/scipy: Remove unmaintained live ebuild (diff) | |
download | gentoo-ca327be2985c11f1a82d0552ae6a59f171ccb3bd.tar.gz gentoo-ca327be2985c11f1a82d0552ae6a59f171ccb3bd.tar.bz2 gentoo-ca327be2985c11f1a82d0552ae6a59f171ccb3bd.zip |
dev-lang/perl: Stable for amd64
Bug: https://bugs.gentoo.org/723792
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-lang/perl')
-rw-r--r-- | dev-lang/perl/perl-5.30.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/perl/perl-5.30.3.ebuild b/dev-lang/perl/perl-5.30.3.ebuild index 3940de26c6de..d7f81b1b8501 100644 --- a/dev-lang/perl/perl-5.30.3.ebuild +++ b/dev-lang/perl/perl-5.30.3.ebuild @@ -51,7 +51,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 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi IUSE="berkdb debug doc gdbm ithreads" |