Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
Date: Mon, 07 Jun 2021 06:25:16
Message-Id: 1623047103.3ce561a5c2cd2408e67d9471d0535a39d6fedae0.slyfox@gentoo
1 commit: 3ce561a5c2cd2408e67d9471d0535a39d6fedae0
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 7 06:22:37 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 7 06:25:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce561a5
7
8 dev-perl/IO-Interactive: stable 1.22.0 for ppc
9
10 stable wrt bug #791562
11
12 Package-Manager: Portage-3.0.19, Repoman-3.0.3
13 RepoMan-Options: --include-arches="ppc"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
20 index 3acb6f7352a..30537a8f237 100644
21 --- a/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
22 +++ b/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
23 @@ -1,4 +1,4 @@
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 @@ -10,7 +10,7 @@ inherit perl-module
30 DESCRIPTION="Utilities for interactive I/O"
31
32 SLOT="0"
33 -KEYWORDS="amd64 ~ppc ~riscv x86"
34 +KEYWORDS="amd64 ppc ~riscv x86"
35 IUSE="test"
36 RESTRICT="!test? ( test )"