commit:     34a8d751e7020bf03f6d1197e662a81441a0b37d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 21:42:12 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 21:42:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a8d751

dev-perl/Lchown: Stable for all

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Lchown/Lchown-1.10.0-r3.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Lchown/Lchown-1.10.0-r3.ebuild 
b/dev-perl/Lchown/Lchown-1.10.0-r3.ebuild
index 4dea86353d7..84cda5d2c32 100644
--- a/dev-perl/Lchown/Lchown-1.10.0-r3.ebuild
+++ b/dev-perl/Lchown/Lchown-1.10.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,21 +10,23 @@ inherit perl-module
 DESCRIPTION="Use the lchown(2) system call from Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
 
-DEPEND="dev-perl/Module-Build"
 BDEPEND="${RDEPEND}
        dev-perl/Module-Build
 "
+
 PERL_RM_FILES=(
        t/pod-coverage.t
        t/pod.t
 )
+
 src_configure() {
        unset LD
        [[ -n "${CCLD}" ]] && export LD="${CCLD}"
        perl-module_src_configure
 }
+
 src_compile() {
        ./Build --config optimize="${CFLAGS}" build || die
 }

Reply via email to