summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-03 11:03:59 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-03 14:12:16 +0200
commit991e3156551db4d319f51c2e4f51530800cd36ae (patch)
treea9bfbbf830752bd4f1659d2c7c4cd0a7a1a27673 /dev-perl
parentdev-perl/WWW-Mechanize: Version bump 2.05 (diff)
downloadgentoo-991e3156551db4d319f51c2e4f51530800cd36ae.tar.gz
gentoo-991e3156551db4d319f51c2e4f51530800cd36ae.tar.bz2
gentoo-991e3156551db4d319f51c2e4f51530800cd36ae.zip
dev-perl/WWW-Mechanize-FormFiller: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.120.0-r1.ebuild (renamed from dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.120.0.ebuild)8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.120.0.ebuild b/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.120.0-r1.ebuild
index b4ba710e90bf..5008ed4a3234 100644
--- a/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.120.0.ebuild
+++ b/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.120.0-r1.ebuild
@@ -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=CORION
DIST_VERSION=0.12
@@ -11,14 +11,12 @@ DESCRIPTION="Framework to automate HTML forms"
SLOT="0"
KEYWORDS="amd64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/Data-Random-0.50.0
dev-perl/HTML-Form
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Test-MockObject