Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Stty/
Date: Sun, 01 Aug 2021 07:41:02
Message-Id: 1627803581.b96d8933b8b24ba7c56e401a873c899f0563b854.sam@gentoo
1 commit: b96d8933b8b24ba7c56e401a873c899f0563b854
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 07:39:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 07:39:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96d8933
7
8 dev-perl/IO-Stty: Stabilize 0.40.0 ppc, #805611
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-perl/IO-Stty/IO-Stty-0.40.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/IO-Stty/IO-Stty-0.40.0.ebuild b/dev-perl/IO-Stty/IO-Stty-0.40.0.ebuild
16 index eeec9d6fe19..3da7bd756a6 100644
17 --- a/dev-perl/IO-Stty/IO-Stty-0.40.0.ebuild
18 +++ b/dev-perl/IO-Stty/IO-Stty-0.40.0.ebuild
19 @@ -9,6 +9,6 @@ inherit perl-module
20
21 DESCRIPTION="Change and print terminal line settings"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
25
26 PERL_RM_FILES=( t/98-pod-coverage.t t/99-pod.t )