Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Glob/
Date: Mon, 02 Apr 2018 18:06:42
Message-Id: 1522692344.8d93afb378ddc83eb5a8fb2602cffc6a45c32e32.leio@gentoo
1 commit: 8d93afb378ddc83eb5a8fb2602cffc6a45c32e32
2 Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
3 AuthorDate: Sat Mar 31 20:49:13 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 18:05:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d93afb3
7
8 dev-perl/Text-Glob: keyword ~arm64
9
10 dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild b/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild
14 index c8d47ebd82b..c2fba9db73e 100644
15 --- a/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild
16 +++ b/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild
17 @@ -10,7 +10,7 @@ inherit perl-module
18 DESCRIPTION="Match globbing patterns against text"
19
20 SLOT="0"
21 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
22 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
23 IUSE="test"
24
25 RDEPEND="virtual/perl-Exporter"