[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Event/

2021-11-04 Thread Andreas K. Hüttel
commit: 34ec146557a36e659d3fc94335db245c31005d5f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Nov  4 17:28:32 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Nov  4 17:35:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ec1465

dev-perl/IO-Event: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...{IO-Event-0.813.0-r1.ebuild => IO-Event-0.813.0-r2.ebuild} | 11 +++
 1 file 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
similarity index 72%
rename from dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
rename to dev-perl/IO-Event/IO-Event-0.813.0-r2.ebuild
index 293b33aa036..99328e492e6 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



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Event/

2019-10-21 Thread Andreas K. Hüttel
commit: ba4f6453732e9e1c0337d76997f663ccf5d95b76
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Oct 21 16:36:29 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Oct 21 16:36:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4f6453

dev-perl/IO-Event: Remove old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/IO-Event/IO-Event-0.813.0.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild 
b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
deleted file mode 100644
index bd440f5e4c6..000
--- a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MUIR
-MODULE_VERSION=0.813
-MODULE_SECTION=modules
-inherit perl-module
-
-DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="
-   dev-perl/AnyEvent
-   dev-perl/Event
-   dev-perl/List-MoreUtils
-   virtual/perl-Time-HiRes
-"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Event/, dev-perl/IO-Event/files/

2019-10-21 Thread Andreas K. Hüttel
commit: 3b62ac53d09a2e39ae8db596856d2aa192171d27
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Oct 21 16:40:01 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Oct 21 16:40:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b62ac53

dev-perl/IO-Event: Add patch by Niko Tyni to fix tests

Closes: https://bugs.gentoo.org/659600
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild   |  4 ++-
 .../files/IO-Event-0.813.0-forked2.t.patch | 35 ++
 2 files changed, 38 insertions(+), 1 deletion(-)

diff --git a/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild 
b/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
index c8d60026e90..47bc74acf35 100644
--- a/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
+++ b/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,3 +21,5 @@ RDEPEND="
virtual/perl-Time-HiRes
 "
 DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-forked2.t.patch" )

diff --git a/dev-perl/IO-Event/files/IO-Event-0.813.0-forked2.t.patch 
b/dev-perl/IO-Event/files/IO-Event-0.813.0-forked2.t.patch
new file mode 100644
index 000..0691b51eeff
--- /dev/null
+++ b/dev-perl/IO-Event/files/IO-Event-0.813.0-forked2.t.patch
@@ -0,0 +1,35 @@
+From e11dc91080151bb59d73e72c3c0a3409c1b999ef Mon Sep 17 00:00:00 2001
+From: Niko Tyni 
+Date: Sat, 12 Dec 2015 11:33:34 +0200
+Subject: [PATCH] Fix undeterministic test failures in t/forked2.t
+
+The parent process may get both the eof event from an old connection
+and the connect event from a new connection at the same time, and in an
+unpredictable order. If the connect event comes first, the handler may
+decrement the test counter to zero and make the eof handler think the
+testing is already over.
+
+Having the child synchronize on the eof event before making a new
+connection fixes this race.
+
+Bug-Debian: https://bugs.debian.org/730908
+Bug: https://rt.cpan.org/Ticket/Display.html?id=92200
+---
+ t/forked.tt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/t/forked.tt b/t/forked.tt
+index e56c7fa..0d9ce18 100755
+--- a/t/forked.tt
 b/t/forked.tt
+@@ -265,6 +265,7 @@ if ($child = fork()) {
+   }
+   print "# CHILD closing\n";
+   close($s);
++  syncto("e");
+   }
+ } else {
+   die "fork: $!";
+-- 
+2.6.2
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Event/

2018-06-10 Thread Sergei Trofimovich
commit: 1c015c2cbfbefb9c38df4550f668593830f17f36
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 10 21:58:52 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 10 21:58:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c015c2c

dev-perl/IO-Event: stable 0.813.0-r1 for ia64, bug #657684

Bug: https://bugs.gentoo.org/657684
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild 
b/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
index 1114c87681a..4d4320a397a 100644
--- a/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
+++ b/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Event/

2018-06-10 Thread Aaron Bauman
commit: e79c5acf0159d482d89be1b5a7980989d85f859a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Jun 10 19:13:15 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Jun 10 19:32:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79c5acf

dev-perl/IO-Event: amd64 stable wrt bug #657684

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild 
b/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
index c52727d64c8..1114c87681a 100644
--- a/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
+++ b/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Event/

2018-06-10 Thread Thomas Deutschmann
commit: 24ff599b20d9acbb86a3abfff4432e3221e18f11
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun 10 15:52:25 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun 10 15:56:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ff599b

dev-perl/IO-Event: x86 stable (bug #657684)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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-r1.ebuild
index 2fab5262259..c52727d64c8 100644
--- a/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
+++ b/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Event/

2017-10-25 Thread Kent Fredric
commit: db3704aabff65543c2cc3068075d1cc7ad70939b
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct 26 04:03:11 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct 26 04:32:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3704aa

dev-perl/IO-Event: Enable tests

- EAPI6
- Enable tests
- Add remote-id's to metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild | 23 +++
 dev-perl/IO-Event/metadata.xml   | 11 +++
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild 
b/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
new file mode 100644
index 000..2fab5262259
--- /dev/null
+++ b/dev-perl/IO-Event/IO-Event-0.813.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MUIR
+DIST_VERSION=0.813
+DIST_SECTION=modules
+inherit perl-module
+
+DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-perl/AnyEvent
+   dev-perl/Event
+   dev-perl/List-MoreUtils
+   virtual/perl-Time-HiRes
+"
+DEPEND="${RDEPEND}"

diff --git a/dev-perl/IO-Event/metadata.xml b/dev-perl/IO-Event/metadata.xml
index 2b9a936fc0a..efed7d27116 100644
--- a/dev-perl/IO-Event/metadata.xml
+++ b/dev-perl/IO-Event/metadata.xml
@@ -5,4 +5,15 @@
 p...@gentoo.org
 Gentoo Perl Project
   
+  
+IO-Event
+IO::Event
+IO::Event::AnyEvent
+IO::Event::Callback
+IO::Event::Emulate
+IO::Event::Event
+IO::Event::INET::Callback
+IO::Event::Socket::UNIX
+IO::Event::UNIX::Callback
+  
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Event/

2016-03-20 Thread Agostino Sarubbo
commit: 7ce0c860f4017ef6a0606c9d755348df5c3d4577
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 20 12:23:31 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 20 12:23:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce0c860

dev-perl/IO-Event: ia64 stable wrt bug #571596

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/IO-Event/IO-Event-0.813.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild 
b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
index adc3c73..75c2e6e 100644
--- a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
+++ b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Event/

2016-03-19 Thread Agostino Sarubbo
commit: c27899b7098d1bdab5f5bff6640241ff593adaca
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 19 12:16:20 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 19 12:16:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27899b7

dev-perl/IO-Event: sparc stable wrt bug #571596

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/IO-Event/IO-Event-0.813.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild 
b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
index 401fda0..adc3c73 100644
--- a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
+++ b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Event/

2016-02-01 Thread Tobias Klausmann
commit: 967c46f5b80ae4359b73fb860c1af21da97e1324
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Feb  1 19:44:17 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Feb  1 19:44:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967c46f5

dev-perl/IO-Event: add alpha keyword

Gentoo-Bug: 571596

Package-Manager: portage-2.2.27

 dev-perl/IO-Event/IO-Event-0.813.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild 
b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
index c27bce9..325da0f 100644
--- a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
+++ b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Event/

2016-01-17 Thread Agostino Sarubbo
commit: 224374810303973740db59c025291c76b0368075
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jan 17 17:14:07 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jan 17 17:14:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22437481

dev-perl/IO-Event: ppc stable wrt bug #571596

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/IO-Event/IO-Event-0.813.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild 
b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
index 1a59770..c27bce9 100644
--- a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
+++ b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Event/

2016-01-16 Thread Mikle Kolyada
commit: 92bb8c832fc5e08adb8254906652ba83afcd3463
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 16 17:13:06 2016 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 16 17:13:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92bb8c83

dev-perl/IO-Event: x86 stable wrt bug #571596

Package-Manager: portage-2.2.26

 dev-perl/IO-Event/IO-Event-0.813.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild 
b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
index f48a09b..1a59770 100644
--- a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
+++ b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Event/

2016-01-15 Thread Agostino Sarubbo
commit: 5839ed92e254662ce334e8cc24d98d7b9517dbe7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 15 14:49:17 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 15 14:49:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5839ed92

dev-perl/IO-Event: amd64 stable wrt bug #571596

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/IO-Event/IO-Event-0.813.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild 
b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
index 423cd36..f48a09b 100644
--- a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
+++ b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="