Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/
Date: Tue, 26 Oct 2021 16:23:46
Message-Id: 1635265382.4b0050c7770f26eba5b5e704bc67ffcf82af2052.dilfridge@gentoo
1 commit: 4b0050c7770f26eba5b5e704bc67ffcf82af2052
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 26 16:23:02 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 26 16:23:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0050c7
7
8 dev-lang/perl: Re-keyword -r5
9
10 * Set -Dccflags="${CFLAGS}", bug 806619
11 * Drop duplicate configure flags, bug 694046
12 * Hardcode SINGLE_SLOT for simplification
13
14 Closes: https://bugs.gentoo.org/694046
15 Closes: https://bugs.gentoo.org/806619
16 Bug: https://bugs.gentoo.org/261375
17 Package-Manager: Portage-3.0.28, Repoman-3.0.3
18 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
19
20 dev-lang/perl/perl-5.34.0-r5.ebuild | 3 +--
21 1 file changed, 1 insertion(+), 2 deletions(-)
22
23 diff --git a/dev-lang/perl/perl-5.34.0-r5.ebuild b/dev-lang/perl/perl-5.34.0-r5.ebuild
24 index 5a829ae0642..ba7a5964e28 100644
25 --- a/dev-lang/perl/perl-5.34.0-r5.ebuild
26 +++ b/dev-lang/perl/perl-5.34.0-r5.ebuild
27 @@ -52,8 +52,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
28 SLOT="0/${SUBSLOT}"
29
30 if [[ "${PV##*.}" != "9999" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
31 -#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"
32 -KEYWORDS=""
33 +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"
34 fi
35
36 IUSE="berkdb debug doc gdbm ithreads minimal"