diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-04 18:32:35 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-04 18:35:58 +0100 |
commit | 2fdf1c1f4c4fad816e394ab95185ee5fb27e51d7 (patch) | |
tree | bb0b238f22649da0fc8f734d4064470ed25b5e69 /dev-perl | |
parent | dev-perl/IO-Interface: EAPI=8 bump (diff) | |
download | gentoo-2fdf1c1f4c4fad816e394ab95185ee5fb27e51d7.tar.gz gentoo-2fdf1c1f4c4fad816e394ab95185ee5fb27e51d7.tar.bz2 gentoo-2fdf1c1f4c4fad816e394ab95185ee5fb27e51d7.zip |
dev-perl/IO-Multiplex: 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')
-rw-r--r-- | dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r2.ebuild (renamed from dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r2.ebuild index bebbdaa1a7f2..c8677d159bd0 100644 --- a/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild +++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r2.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=BBB DIST_VERSION=1.16 @@ -11,9 +11,10 @@ DESCRIPTION="Manage IO on many file handles" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="" -RDEPEND="virtual/perl-IO" -DEPEND="${RDEPEND} +RDEPEND=" + virtual/perl-IO +" +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " |