summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-12 01:24:15 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-12 01:25:45 +0100
commit1eab461a937b0e632415b432bbaddc5d9c9a7caa (patch)
treeb3288de125084f7c924c0533178a2b1e43f22de6 /dev-perl
parentdev-perl/Mail-Sendmail: EAPI=8 bump (diff)
downloadgentoo-1eab461a937b0e632415b432bbaddc5d9c9a7caa.tar.gz
gentoo-1eab461a937b0e632415b432bbaddc5d9c9a7caa.tar.bz2
gentoo-1eab461a937b0e632415b432bbaddc5d9c9a7caa.zip
dev-perl/Mail-SPF: EAPI=8 bump. Dedicated to whissi and klondike.
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')
-rw-r--r--dev-perl/Mail-SPF/Mail-SPF-2.9.0-r3.ebuild (renamed from dev-perl/Mail-SPF/Mail-SPF-2.9.0-r2.ebuild)6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r2.ebuild b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r3.ebuild
index e68b9ca728f4..ce0a33fe6d63 100644
--- a/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r2.ebuild
+++ b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=JMEHNLE
DIST_SECTION=mail-spf
@@ -13,8 +13,6 @@ DESCRIPTION="An object-oriented implementation of Sender Policy Framework"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Error
@@ -25,7 +23,7 @@ RDEPEND="
virtual/perl-version
!!dev-perl/Mail-SPF-Query
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.280.500
>=dev-perl/Net-DNS-Resolver-Programmable-0.3.0
test? ( virtual/perl-Test-Simple )