diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-26 18:23:02 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-26 18:23:02 +0200 |
commit | 4b0050c7770f26eba5b5e704bc67ffcf82af2052 (patch) | |
tree | f489d703e93f604d6dc16e67fd1359ea7ca2baaf /dev-lang/perl | |
parent | www-client/lynx: stable 2.9.0_pre9 for hppa, bug #813252 (diff) | |
download | gentoo-4b0050c7770f26eba5b5e704bc67ffcf82af2052.tar.gz gentoo-4b0050c7770f26eba5b5e704bc67ffcf82af2052.tar.bz2 gentoo-4b0050c7770f26eba5b5e704bc67ffcf82af2052.zip |
dev-lang/perl: Re-keyword -r5
* Set -Dccflags="${CFLAGS}", bug 806619
* Drop duplicate configure flags, bug 694046
* Hardcode SINGLE_SLOT for simplification
Closes: https://bugs.gentoo.org/694046
Closes: https://bugs.gentoo.org/806619
Bug: https://bugs.gentoo.org/261375
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-lang/perl')
-rw-r--r-- | dev-lang/perl/perl-5.34.0-r5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lang/perl/perl-5.34.0-r5.ebuild b/dev-lang/perl/perl-5.34.0-r5.ebuild index 5a829ae0642a..ba7a5964e287 100644 --- a/dev-lang/perl/perl-5.34.0-r5.ebuild +++ b/dev-lang/perl/perl-5.34.0-r5.ebuild @@ -52,8 +52,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="" +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" |