diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-06 19:29:07 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-06 19:29:07 +0200 |
commit | fd9ac446d63f10599996c376d4368fd9e048d76c (patch) | |
tree | c9483965b562cce846333c054fd90856751ad2ac /dev-lang | |
parent | dev-libs/ell: arm stable wrt bug #722944 (diff) | |
download | gentoo-fd9ac446d63f10599996c376d4368fd9e048d76c.tar.gz gentoo-fd9ac446d63f10599996c376d4368fd9e048d76c.tar.bz2 gentoo-fd9ac446d63f10599996c376d4368fd9e048d76c.zip |
dev-lang/perl: arm stable wrt bug #723792
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang')
-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 cdf36113d9fa..cf94397e4b16 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" |