Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckCompiler/
Date: Mon, 29 Jun 2020 06:33:36
Message-Id: 1593412395.27293236d32ca126b1d1d06a6af6f996369bd7a4.mgorny@gentoo
1 commit: 27293236d32ca126b1d1d06a6af6f996369bd7a4
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Sun Jun 28 15:12:51 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 06:33:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27293236
7
8 dev-perl/Devel-CheckCompiler: arm keyworded (bug #729778)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
18 index 21a9a4785e2..cafe7214afc 100644
19 --- a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
20 +++ b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -10,7 +10,7 @@ inherit perl-module
28 DESCRIPTION="Check the compiler's availability"
29
30 SLOT="0"
31 -KEYWORDS="amd64 hppa ~ppc x86"
32 +KEYWORDS="amd64 ~arm hppa ~ppc x86"
33 IUSE="test"
34 RESTRICT="!test? ( test )"