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/Shell-Guess/
Date: Tue, 04 May 2021 19:14:00
Message-Id: 1620155556.e71db410cc0c373e98b02f0b24c129b518938a46.sam@gentoo
1 commit: e71db410cc0c373e98b02f0b24c129b518938a46
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 19:12:36 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 19:12:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e71db410
7
8 dev-perl/Shell-Guess: Stabilize 0.90.0 arm, #782028
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild b/dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild
16 index 34b7e998c02..8c62ab02d0e 100644
17 --- a/dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild
18 +++ b/dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -10,7 +10,7 @@ inherit perl-module
26 DESCRIPTION="Make an educated guess about the shell in use"
27
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
30 +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
31 IUSE="test"
32 RESTRICT="!test? ( test )"