Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Soundex/
Date: Sat, 13 Apr 2019 19:12:04
Message-Id: 1555182715.062d04e9c335bb659e6890ee240107716841a854.anarchy@gentoo
1 commit: 062d04e9c335bb659e6890ee240107716841a854
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 19:10:43 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 19:11:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062d04e9
7
8 dev-perl/Text-Soundex: add ~arm64 keyword per b-man
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild b/dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild
17 index 256ec42b6c9..055dd9aad2e 100644
18 --- a/dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild
19 +++ b/dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -9,7 +9,7 @@ inherit perl-module
27
28 DESCRIPTION="Implementation of the soundex algorithm"
29 SLOT="0"
30 -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
31 +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
32 IUSE="test minimal"
33
34 RDEPEND="