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-perl/Lchown/
Date: Tue, 22 Jun 2021 21:43:31
Message-Id: 1624398132.34a8d751e7020bf03f6d1197e662a81441a0b37d.dilfridge@gentoo
1 commit: 34a8d751e7020bf03f6d1197e662a81441a0b37d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 21:42:12 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 21:42:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a8d751
7
8 dev-perl/Lchown: Stable for all
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Lchown/Lchown-1.10.0-r3.ebuild | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-perl/Lchown/Lchown-1.10.0-r3.ebuild b/dev-perl/Lchown/Lchown-1.10.0-r3.ebuild
17 index 4dea86353d7..84cda5d2c32 100644
18 --- a/dev-perl/Lchown/Lchown-1.10.0-r3.ebuild
19 +++ b/dev-perl/Lchown/Lchown-1.10.0-r3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -10,21 +10,23 @@ inherit perl-module
27 DESCRIPTION="Use the lchown(2) system call from Perl"
28
29 SLOT="0"
30 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
31 +KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
32
33 -DEPEND="dev-perl/Module-Build"
34 BDEPEND="${RDEPEND}
35 dev-perl/Module-Build
36 "
37 +
38 PERL_RM_FILES=(
39 t/pod-coverage.t
40 t/pod.t
41 )
42 +
43 src_configure() {
44 unset LD
45 [[ -n "${CCLD}" ]] && export LD="${CCLD}"
46 perl-module_src_configure
47 }
48 +
49 src_compile() {
50 ./Build --config optimize="${CFLAGS}" build || die
51 }