Skip to content

Commit

Permalink
dev-perl/Lchown: Enable tests
Browse files Browse the repository at this point in the history
- EAPI6
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
kentfredric committed Oct 29, 2017
1 parent c298c5e commit b9fdec5
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dev-perl/Lchown/Lchown-1.10.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=NCLEATON
DIST_VERSION=1.01
inherit perl-module

DESCRIPTION="Use the lchown(2) system call from Perl"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND=""
DEPEND="
${RDEPEND}
dev-perl/Module-Build"
src_test() {
perl_rm_files t/pod-coverage.t t/pod.t
perl-module_src_test
}

0 comments on commit b9fdec5

Please sign in to comment.