mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Pod-Abstract: EAPI bump, add missing dep
Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
EAPI=7
|
||||
|
||||
MODULE_AUTHOR=BLILBURNE
|
||||
MODULE_VERSION=0.20
|
||||
DIST_AUTHOR=BLILBURNE
|
||||
DIST_VERSION=0.20
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Abstract document tree for Perl POD documents"
|
||||
@@ -17,11 +17,10 @@ RESTRICT="!test? ( test )"
|
||||
RDEPEND="dev-perl/IO-String
|
||||
virtual/perl-Scalar-List-Utils
|
||||
virtual/perl-File-Temp
|
||||
virtual/perl-Pod-Parser
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
virtual/perl-Test-Simple
|
||||
)
|
||||
"
|
||||
|
||||
SRC_TEST=do
|
||||
Reference in New Issue
Block a user