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:24:16
Message-Id: 1627802338.39f7c078c841df5e376dac0fe2dc3b68bc31a506.sam@gentoo
1 commit: 39f7c078c841df5e376dac0fe2dc3b68bc31a506
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 07:18:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 07:18:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f7c078
7
8 dev-perl/IO-Stty: Stabilize 0.40.0 sparc, #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 7c20d8549ca..eeec9d6fe19 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 )