diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-17 15:58:40 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-17 16:04:09 +0200 |
commit | 1ab5ff833cbd13466bbb38ca156752ee36fa70dc (patch) | |
tree | 88860df54cf69f18967ce0448989aa30e5423853 /dev-perl/Data-FormValidator | |
parent | dev-perl/Data-Float: EAPI=8 bump (diff) | |
download | gentoo-1ab5ff833cbd13466bbb38ca156752ee36fa70dc.tar.gz gentoo-1ab5ff833cbd13466bbb38ca156752ee36fa70dc.tar.bz2 gentoo-1ab5ff833cbd13466bbb38ca156752ee36fa70dc.zip |
dev-perl/Data-FormValidator: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Data-FormValidator')
-rw-r--r-- | dev-perl/Data-FormValidator/Data-FormValidator-4.880.0-r1.ebuild (renamed from dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild) | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild b/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0-r1.ebuild index 8718777f0b26..c6f1b92c787a 100644 --- a/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild +++ b/dev-perl/Data-FormValidator/Data-FormValidator-4.880.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=DFARRELL DIST_VERSION=4.88 @@ -11,10 +11,9 @@ DESCRIPTION="Validates user input (usually from an HTML form) based on input pro SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" -IUSE="test" -RESTRICT="!test? ( test )" -RDEPEND="dev-perl/Image-Size +RDEPEND=" + dev-perl/Image-Size >=dev-perl/Date-Calc-5.0 >=dev-perl/File-MMagic-1.170.0 >=dev-perl/MIME-Types-1.5.0 @@ -22,11 +21,13 @@ RDEPEND="dev-perl/Image-Size dev-perl/Email-Valid virtual/perl-Scalar-List-Utils " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) " + PATCHES=( "${FILESDIR}/${P}-skip-readme-pod.patch" ) + src_test() { local i; elog "Install the following dependencies for comprehensive tests:" |