summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-11 19:46:05 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-11 19:48:15 +0100
commit31bc1393dfc6a030916462c8305d1bf34ddb5468 (patch)
tree1a31ee7bfea68ea9e13375d3a2b45f9f2153cafd /dev-perl/Mail-Audit
parentdev-perl/local-lib: Version bump 2.000028 (diff)
downloadgentoo-31bc1393dfc6a030916462c8305d1bf34ddb5468.tar.gz
gentoo-31bc1393dfc6a030916462c8305d1bf34ddb5468.tar.bz2
gentoo-31bc1393dfc6a030916462c8305d1bf34ddb5468.zip
dev-perl/Mail-Audit: 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/Mail-Audit')
-rw-r--r--dev-perl/Mail-Audit/Mail-Audit-2.228.0-r2.ebuild (renamed from dev-perl/Mail-Audit/Mail-Audit-2.228.0-r1.ebuild)9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-perl/Mail-Audit/Mail-Audit-2.228.0-r1.ebuild b/dev-perl/Mail-Audit/Mail-Audit-2.228.0-r2.ebuild
index 2b0a685a803d..e0b5b4e7020b 100644
--- a/dev-perl/Mail-Audit/Mail-Audit-2.228.0-r1.ebuild
+++ b/dev-perl/Mail-Audit/Mail-Audit-2.228.0-r2.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=RJBS
DIST_VERSION=2.228
@@ -11,8 +11,6 @@ DESCRIPTION="Mail sorting/delivery module for Perl"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
@@ -26,8 +24,7 @@ RDEPEND="
dev-perl/Parse-RecDescent
virtual/perl-parent
"
-
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? ( >=virtual/perl-Test-Simple-0.960.0 )
"