diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-04 18:28:32 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-04 18:35:45 +0100 |
commit | 34ec146557a36e659d3fc94335db245c31005d5f (patch) | |
tree | c587684549096b811727fea241a973a2e06355cd /dev-perl/IO-Event | |
parent | dev-perl/IO-CaptureOutput: Remove old (diff) | |
download | gentoo-34ec146557a36e659d3fc94335db245c31005d5f.tar.gz gentoo-34ec146557a36e659d3fc94335db245c31005d5f.tar.bz2 gentoo-34ec146557a36e659d3fc94335db245c31005d5f.zip |
dev-perl/IO-Event: 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-Event')
-rw-r--r-- | dev-perl/IO-Event/IO-Event-0.813.0-r2.ebuild (renamed from dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild) | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild b/dev-perl/IO-Event/IO-Event-0.813.0-r2.ebuild index 293b33aa0363..99328e492e65 100644 --- a/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild +++ b/dev-perl/IO-Event/IO-Event-0.813.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=MUIR DIST_VERSION=0.813 @@ -12,7 +12,6 @@ DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks" SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86" -IUSE="" RDEPEND=" dev-perl/AnyEvent @@ -20,6 +19,10 @@ RDEPEND=" dev-perl/List-MoreUtils virtual/perl-Time-HiRes " -DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND} +" PATCHES=( "${FILESDIR}/${P}-forked2.t.patch" ) + +# Tests may fail under high load. This is less likely if they run sequentially. +DIST_TEST=do |