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/Test-Compile/
Date: Thu, 11 Feb 2021 07:36:49
Message-Id: 1613028993.5530bde69406bf6d3904d5c3c14d4ebc0bfb5c52.slyfox@gentoo
1 commit: 5530bde69406bf6d3904d5c3c14d4ebc0bfb5c52
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 11 07:35:25 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 11 07:36:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5530bde6
7
8 dev-perl/Test-Compile: keyworded 2.4.1 for ia64
9
10 keyworded wrt bug #768420
11
12 Package-Manager: Portage-3.0.14, Repoman-3.0.2
13 RepoMan-Options: --include-arches="ia64"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
20 index a93353dd9f5..0ccd47f6d38 100644
21 --- a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
22 +++ b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
23 @@ -9,7 +9,7 @@ inherit perl-module
24
25 DESCRIPTION="Check whether Perl files compile correctly"
26 SLOT="0"
27 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
28 +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
29 IUSE="minimal test"
30 RESTRICT="!test? ( test )"