diff options
author | Andreas K. Huettel <dilfridge@gentoo.org> | 2020-08-08 23:04:33 +0300 |
---|---|---|
committer | Andreas K. Huettel <dilfridge@gentoo.org> | 2020-08-10 00:14:32 +0300 |
commit | dd96d5f5111528076b92468dff579587d8263a2c (patch) | |
tree | 20013944a15253710d6a386de7b6334af6b1bad0 /dev-perl/Pod-Abstract | |
parent | dev-db/mysql-connector-c: drop old (diff) | |
download | gentoo-dd96d5f5111528076b92468dff579587d8263a2c.tar.gz gentoo-dd96d5f5111528076b92468dff579587d8263a2c.tar.bz2 gentoo-dd96d5f5111528076b92468dff579587d8263a2c.zip |
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>
Diffstat (limited to 'dev-perl/Pod-Abstract')
-rw-r--r-- | dev-perl/Pod-Abstract/Pod-Abstract-0.200.0-r2.ebuild (renamed from dev-perl/Pod-Abstract/Pod-Abstract-0.200.0-r1.ebuild) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-perl/Pod-Abstract/Pod-Abstract-0.200.0-r1.ebuild b/dev-perl/Pod-Abstract/Pod-Abstract-0.200.0-r2.ebuild index 9dfbaeece76e..e4ed10e97135 100644 --- a/dev-perl/Pod-Abstract/Pod-Abstract-0.200.0-r1.ebuild +++ b/dev-perl/Pod-Abstract/Pod-Abstract-0.200.0-r2.ebuild @@ -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 |