Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Event/
Date: Thu, 04 Nov 2021 17:36:19
Message-Id: 1636047345.34ec146557a36e659d3fc94335db245c31005d5f.dilfridge@gentoo
1 commit: 34ec146557a36e659d3fc94335db245c31005d5f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 4 17:28:32 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 4 17:35:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ec1465
7
8 dev-perl/IO-Event: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...{IO-Event-0.813.0-r1.ebuild => IO-Event-0.813.0-r2.ebuild} | 11 +++++++----
14 1 file changed, 7 insertions(+), 4 deletions(-)
15
16 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
17 similarity index 72%
18 rename from dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
19 rename to dev-perl/IO-Event/IO-Event-0.813.0-r2.ebuild
20 index 293b33aa036..99328e492e6 100644
21 --- a/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
22 +++ b/dev-perl/IO-Event/IO-Event-0.813.0-r2.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=MUIR
32 DIST_VERSION=0.813
33 @@ -12,7 +12,6 @@ DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks"
34
35 SLOT="0"
36 KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
37 -IUSE=""
38
39 RDEPEND="
40 dev-perl/AnyEvent
41 @@ -20,6 +19,10 @@ RDEPEND="
42 dev-perl/List-MoreUtils
43 virtual/perl-Time-HiRes
44 "
45 -DEPEND="${RDEPEND}"
46 +BDEPEND="${RDEPEND}
47 +"
48
49 PATCHES=( "${FILESDIR}/${P}-forked2.t.patch" )
50 +
51 +# Tests may fail under high load. This is less likely if they run sequentially.
52 +DIST_TEST=do