summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-16 19:43:31 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-16 19:59:31 +0200
commitb5c4f6870ea03bb045658a624470f634079358ad (patch)
tree6753b5aaf698e206e83c197830347abd956a32be
parentdev-perl/Parse-Yapp: keyword ~riscv (diff)
downloadgentoo-b5c4f6870ea03bb045658a624470f634079358ad.tar.gz
gentoo-b5c4f6870ea03bb045658a624470f634079358ad.tar.bz2
gentoo-b5c4f6870ea03bb045658a624470f634079358ad.zip
dev-perl/Net-SMTP-SSL: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.40.0-r1.ebuild (renamed from dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.40.0.ebuild)6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.40.0.ebuild b/dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.40.0-r1.ebuild
index 626c938c284c..13d536086e9e 100644
--- a/dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.40.0.ebuild
+++ b/dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.40.0-r1.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=RJBS
DIST_VERSION=1.04
@@ -11,14 +11,12 @@ DESCRIPTION="(Deprecated) SSL support for Net::SMTP"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-libnet
dev-perl/IO-Socket-SSL
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( >=virtual/perl-Test-Simple-0.470.0 )
"