diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-03 21:55:19 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-03 21:56:39 +0100 |
commit | 740a8db6495d240f537ba780b7fc6c3102e563e4 (patch) | |
tree | 67b18c3bfa5f168578253f010580ec009681e947 /dev-perl/IO-All | |
parent | dev-perl/IO-AIO: Remove old (diff) | |
download | gentoo-740a8db6495d240f537ba780b7fc6c3102e563e4.tar.gz gentoo-740a8db6495d240f537ba780b7fc6c3102e563e4.tar.bz2 gentoo-740a8db6495d240f537ba780b7fc6c3102e563e4.zip |
dev-perl/IO-All: 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-All')
-rw-r--r-- | dev-perl/IO-All/IO-All-0.870.0-r1.ebuild (renamed from dev-perl/IO-All/IO-All-0.870.0.ebuild) | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/dev-perl/IO-All/IO-All-0.870.0.ebuild b/dev-perl/IO-All/IO-All-0.870.0-r1.ebuild index 71074af865fc..f5ea47c60136 100644 --- a/dev-perl/IO-All/IO-All-0.870.0.ebuild +++ b/dev-perl/IO-All/IO-All-0.870.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=FREW DIST_VERSION=0.87 @@ -12,12 +12,3 @@ DESCRIPTION="unified IO operations" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~sparc x86" -IUSE="" - -# needs Scalar::Util -DEPEND=" - virtual/perl-Scalar-List-Utils -" -RDEPEND="${DEPEND} - virtual/perl-ExtUtils-MakeMaker -" |