diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-12 01:21:10 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-12 01:25:42 +0100 |
commit | de429a16b23b4473f7821b7c86b00e54e0b74535 (patch) | |
tree | 69df7c62366249db22801504b3b20ba241f3b48a /dev-perl | |
parent | dev-perl/Mail-Sender: EAPI=8 bump (diff) | |
download | gentoo-de429a16b23b4473f7821b7c86b00e54e0b74535.tar.gz gentoo-de429a16b23b4473f7821b7c86b00e54e0b74535.tar.bz2 gentoo-de429a16b23b4473f7821b7c86b00e54e0b74535.zip |
dev-perl/Mail-Sendmail: 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')
-rw-r--r-- | dev-perl/Mail-Sendmail/Mail-Sendmail-0.800.0-r1.ebuild (renamed from dev-perl/Mail-Sendmail/Mail-Sendmail-0.800.0.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/Mail-Sendmail/Mail-Sendmail-0.800.0.ebuild b/dev-perl/Mail-Sendmail/Mail-Sendmail-0.800.0-r1.ebuild index 6755e1b59465..cfa36687e1f0 100644 --- a/dev-perl/Mail-Sendmail/Mail-Sendmail-0.800.0.ebuild +++ b/dev-perl/Mail-Sendmail/Mail-Sendmail-0.800.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=NEILB DIST_VERSION=0.80 @@ -11,7 +11,6 @@ DESCRIPTION="Simple platform independent mailer" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="" RDEPEND=" virtual/perl-Digest-MD5 @@ -21,9 +20,10 @@ RDEPEND=" virtual/perl-Time-Local virtual/perl-parent " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " + src_test() { local MODULES=( "Mail::Sendmail ${DIST_VERSION}" |