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: Tue, 01 Jun 2021 11:58:32
Message-Id: 1622548627.c31a369675c5463ba460fcde887d31c27732f4b8.sam@gentoo
1 commit: c31a369675c5463ba460fcde887d31c27732f4b8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 11:57:07 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 11:57:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31a3696
7
8 dev-perl/Test-Compile: Stabilize 2.4.1 amd64, #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 4965a2dcddc..6a6e5120d06 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 )"