diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-01-05 12:45:19 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-01-05 12:45:19 -0800 |
commit | 1999132c01f271c5bea41e6dd427cbb298f40230 (patch) | |
tree | 928dab9cd6a9e406b4fa5e930756153af8b79e6f /dev-lang/perl | |
parent | virtual/perl-version-0.991.700: ppc stable, bug 673542 (diff) | |
download | gentoo-1999132c01f271c5bea41e6dd427cbb298f40230.tar.gz gentoo-1999132c01f271c5bea41e6dd427cbb298f40230.tar.bz2 gentoo-1999132c01f271c5bea41e6dd427cbb298f40230.zip |
dev-lang/perl-5.26.2: ppc64 stable, bug 673542
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-lang/perl')
-rw-r--r-- | dev-lang/perl/perl-5.26.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/perl/perl-5.26.2.ebuild b/dev-lang/perl/perl-5.26.2.ebuild index 027f97393060..b315346aa2ab 100644 --- a/dev-lang/perl/perl-5.26.2.ebuild +++ b/dev-lang/perl/perl-5.26.2.ebuild @@ -49,7 +49,7 @@ LICENSE="|| ( Artistic GPL-1+ )" SLOT="0/${SUBSLOT}" if [[ "${PV##*.}" != "9999" ]]; then -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~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 ~s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~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" |