commit: 1eab461a937b0e632415b432bbaddc5d9c9a7caa
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 00:24:15 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 00:25:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eab461a
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 <AT> gentoo.org>
.../Mail-SPF/{Mail-SPF-2.9.0-r2.ebuild => Mail-SPF-2.9.0-r3.ebuild} | 6 ++----
1 file 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
similarity index 95%
rename from dev-perl/Mail-SPF/Mail-SPF-2.9.0-r2.ebuild
rename to dev-perl/Mail-SPF/Mail-SPF-2.9.0-r3.ebuild
index e68b9ca728f..ce0a33fe6d6 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 )