mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
dev-perl/Cache: 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:
parent
1dd8623951
commit
a8732e1c06
@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=SHLOMIF
|
||||
DIST_VERSION=2.11
|
||||
@ -10,7 +10,6 @@ inherit perl-module
|
||||
DESCRIPTION="the Cache interface"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=virtual/perl-DB_File-1.720.0
|
||||
@ -24,9 +23,10 @@ RDEPEND="
|
||||
>=dev-perl/File-NFSLock-1.200.0
|
||||
virtual/perl-Test-Simple
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
BDEPEND="${RDEPEND}
|
||||
dev-perl/Module-Build
|
||||
"
|
||||
|
||||
src_test() {
|
||||
perl_rm_files t/pod.t t/style-trailing-space.t
|
||||
perl-module_src_test
|
||||
Loading…
x
Reference in New Issue
Block a user