summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-05 21:27:15 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-05 21:28:03 +0100
commitac4f3e37cf8ca69aba2666c781dfb35f24576556 (patch)
tree5507f3156e80b5e9e6c687e23af0ec24ca3c7132 /dev-perl/IO-TieCombine
parentdev-perl/IO-Tee: Remove old (diff)
downloadgentoo-ac4f3e37cf8ca69aba2666c781dfb35f24576556.tar.gz
gentoo-ac4f3e37cf8ca69aba2666c781dfb35f24576556.tar.bz2
gentoo-ac4f3e37cf8ca69aba2666c781dfb35f24576556.zip
dev-perl/IO-TieCombine: 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/IO-TieCombine')
-rw-r--r--dev-perl/IO-TieCombine/IO-TieCombine-1.5.0-r1.ebuild (renamed from dev-perl/IO-TieCombine/IO-TieCombine-1.5.0.ebuild)8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/IO-TieCombine/IO-TieCombine-1.5.0.ebuild b/dev-perl/IO-TieCombine/IO-TieCombine-1.5.0-r1.ebuild
index 1399cbfdd570..0e60d372735f 100644
--- a/dev-perl/IO-TieCombine/IO-TieCombine-1.5.0.ebuild
+++ b/dev-perl/IO-TieCombine/IO-TieCombine-1.5.0-r1.ebuild
@@ -1,7 +1,8 @@
# 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.005
inherit perl-module
@@ -10,14 +11,11 @@ DESCRIPTION="produce tied (and other) separate but combined variables"
SLOT="0"
KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-# r: Symbol, strict, warnings -> perl
RDEPEND="
virtual/perl-Carp
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
>=virtual/perl-Test-Simple-0.960.0