Skip to content

Commit

Permalink
dev-util/App-SVN-Bisect: EAPI 8
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/826466
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed Nov 22, 2021
1 parent e294add commit aa58eb9
Showing 1 changed file with 13 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 2012-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

MODULE_AUTHOR="INFINOID"
EAPI=8
DIST_AUTHOR="INFINOID"

inherit perl-module

Expand All @@ -15,15 +14,18 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="dev-lang/perl
RDEPEND="
dev-perl/YAML-Syck
dev-perl/IO-All
dev-vcs/subversion"
DEPEND="${RDEPEND}
dev-vcs/subversion
"
BDEPEND="
dev-perl/Module-Build
test? ( dev-perl/Test-Exception
test? (
${RDEPEND}
dev-perl/Test-Exception
dev-perl/Test-Output
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage )"

SRC_TEST="do"
dev-perl/Test-Pod-Coverage
)
"

0 comments on commit aa58eb9

Please sign in to comment.