diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-18 21:42:16 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-18 21:42:58 +0200 |
commit | 0b94c799bb49d8633b0740a110ff4b8a1ac4a9eb (patch) | |
tree | fdbacf37df184f2f5a466a8bafdc8353f5062d23 /dev-perl/DateTime-Format-Mail | |
parent | dev-perl/DateTime-Format-ISO8601: Remove old (diff) | |
download | gentoo-0b94c799bb49d8633b0740a110ff4b8a1ac4a9eb.tar.gz gentoo-0b94c799bb49d8633b0740a110ff4b8a1ac4a9eb.tar.bz2 gentoo-0b94c799bb49d8633b0740a110ff4b8a1ac4a9eb.zip |
dev-perl/DateTime-Format-Mail: 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/DateTime-Format-Mail')
-rw-r--r-- | dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0-r1.ebuild (renamed from dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0-r1.ebuild index e2bf6588fcc8..d6d9a2431050 100644 --- a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild +++ b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.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=BOOK DIST_VERSION=0.403 @@ -11,15 +11,13 @@ DESCRIPTION="Convert between DateTime and RFC2822/822 formats" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp >=dev-perl/DateTime-1.40.0 dev-perl/Params-Validate " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-File-Spec |