diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-04-19 17:48:43 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-04-19 17:51:21 +0200 |
commit | 1a5af9b92cc3d610e01f1130d37a2b6dde64b38f (patch) | |
tree | 111aaeb8307548576f6e7bf384d4425f14ac1cee /dev-lang | |
parent | www-servers/tomcat-9.0.19: bump (diff) | |
download | gentoo-1a5af9b92cc3d610e01f1130d37a2b6dde64b38f.tar.gz gentoo-1a5af9b92cc3d610e01f1130d37a2b6dde64b38f.tar.bz2 gentoo-1a5af9b92cc3d610e01f1130d37a2b6dde64b38f.zip |
dev-lang/perl: Restore 5.28.2 keywords
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/perl/perl-5.28.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lang/perl/perl-5.28.2.ebuild b/dev-lang/perl/perl-5.28.2.ebuild index 2efcd12425c2..3e30d24cd496 100644 --- a/dev-lang/perl/perl-5.28.2.ebuild +++ b/dev-lang/perl/perl-5.28.2.ebuild @@ -51,8 +51,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="" +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" |