Skip to content

Commit

Permalink
dev-perl/Data-Utilities: -r bump for EAPI7
Browse files Browse the repository at this point in the history
- EAPI7
- Parallel tests
- Improve dependencies

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <[email protected]>
  • Loading branch information
kentfredric committed Jul 24, 2020
1 parent 7d3168d commit 982e606
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=CORNELIS
DIST_VERSION=0.04
inherit perl-module

DESCRIPTION="Merge nested Perl data structures"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
>=dev-perl/Clone-0.220.0
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-Test-Simple-0.440.0
)
"
# Its a silly EUMM Shim
# and it doesn't work anyway without '.' in @INC
PREFER_BUILDPL=no

0 comments on commit 982e606

Please sign in to comment.