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/Test-Compile/
Date: Mon, 31 May 2021 22:38:26
Message-Id: 1622500676.4ec2742c591adde579161c963d3c94e7ae7d6c21.sam@gentoo
1 commit: 4ec2742c591adde579161c963d3c94e7ae7d6c21
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 22:36:39 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 22:37:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec2742c
7
8 dev-perl/Test-Compile: Stabilize 2.4.1 sparc, #793056
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
16 index 0ccd47f6d38..4965a2dcddc 100644
17 --- a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
18 +++ b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
19 @@ -9,7 +9,7 @@ inherit perl-module
20
21 DESCRIPTION="Check whether Perl files compile correctly"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
24 +KEYWORDS="~amd64 ~ia64 ~ppc sparc ~x86"
25 IUSE="minimal test"
26 RESTRICT="!test? ( test )"