diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-10 20:50:42 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-10 21:01:46 +0100 |
commit | dc04f14579047d2816cd3ed0c34e3e8e9cc54768 (patch) | |
tree | 49bbd1a63ba22e75314ff8b414275b68e8926727 /dev-perl/Log-Dispatch-Array | |
parent | dev-perl/Log-Dispatch: Remove old (diff) | |
download | gentoo-dc04f14579047d2816cd3ed0c34e3e8e9cc54768.tar.gz gentoo-dc04f14579047d2816cd3ed0c34e3e8e9cc54768.tar.bz2 gentoo-dc04f14579047d2816cd3ed0c34e3e8e9cc54768.zip |
dev-perl/Log-Dispatch-Array: 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/Log-Dispatch-Array')
-rw-r--r-- | dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild (renamed from dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild index a1408a7645b6..e7621a67dfff 100644 --- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild +++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.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=RJBS DIST_VERSION=1.003 @@ -10,14 +10,12 @@ inherit perl-module DESCRIPTION="log events to an array (reference)" SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Log-Dispatch virtual/perl-parent " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.300.0 test? ( dev-perl/Test-Deep |