diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-24 13:31:19 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-24 13:36:15 +0200 |
commit | ab1631f2f0ec520b8b93aa967b2e98c8a49282d5 (patch) | |
tree | ebd8a53582473136a095e3b826fd2fc17ab31d5c /dev-perl/Email-Reply | |
parent | dev-perl/Email-MIME: Remove old (diff) | |
download | gentoo-ab1631f2f0ec520b8b93aa967b2e98c8a49282d5.tar.gz gentoo-ab1631f2f0ec520b8b93aa967b2e98c8a49282d5.tar.bz2 gentoo-ab1631f2f0ec520b8b93aa967b2e98c8a49282d5.zip |
dev-perl/Email-Reply: 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/Email-Reply')
-rw-r--r-- | dev-perl/Email-Reply/Email-Reply-1.204.0-r1.ebuild (renamed from dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild b/dev-perl/Email-Reply/Email-Reply-1.204.0-r1.ebuild index 43f28a6a74c3..422fa8d3a911 100644 --- a/dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild +++ b/dev-perl/Email-Reply/Email-Reply-1.204.0-r1.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=1.204 @@ -11,8 +11,6 @@ DESCRIPTION="Reply to a Message" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Email-Abstract-2.10.0 @@ -20,7 +18,7 @@ RDEPEND=" >=dev-perl/Email-MIME-1.820.0 >=virtual/perl-Exporter-5.570.0 " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-File-Spec |