mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-perl/Lexical-Persistence: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=RCAPUTO
|
||||
DIST_VERSION=1.023
|
||||
@@ -11,15 +11,12 @@ DESCRIPTION="Bind lexicals to persistent data"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
# constant -> perl
|
||||
RDEPEND="
|
||||
>=dev-perl/PadWalker-1.960.0
|
||||
>=dev-perl/Devel-LexAlias-0.50.0
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
BDEPEND="${RDEPEND}
|
||||
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
|
||||
test? (
|
||||
>=virtual/perl-Carp-1.260.0
|
||||
@@ -27,7 +24,5 @@ DEPEND="${RDEPEND}
|
||||
>=virtual/perl-Test-Simple-0.980.0
|
||||
)
|
||||
"
|
||||
src_test() {
|
||||
perl_rm_files "t/02_pod.t" "t/03_pod_coverage.t" "t/release-pod-coverage.t" "t/release-pod-syntax.t"
|
||||
perl-module_src_test
|
||||
}
|
||||
|
||||
PERL_RM_FILES=( "t/02_pod.t" "t/03_pod_coverage.t" "t/release-pod-coverage.t" "t/release-pod-syntax.t" )
|
||||
Reference in New Issue
Block a user