Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-LibIDN/
Date: Sat, 12 Jan 2019 01:59:23
Message-Id: 1547258180.67c84aa4ab859a04c9a2d0b0b990e745c93622df.kentnl@gentoo
1 commit: 67c84aa4ab859a04c9a2d0b0b990e745c93622df
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 12 01:56:20 2019 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 12 01:56:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c84aa4
7
8 dev-perl/Net-LibIDN: Keyword ~arm64 re bug #665088
9
10 Bug: https://bugs.gentoo.org/665088
11 Package-Manager: Portage-2.3.55, Repoman-2.3.12
12 RepoMan-Options: --include-arches="arm64"
13 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
14
15 dev-perl/Net-LibIDN/Net-LibIDN-0.120.0-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-perl/Net-LibIDN/Net-LibIDN-0.120.0-r1.ebuild b/dev-perl/Net-LibIDN/Net-LibIDN-0.120.0-r1.ebuild
19 index f0d4bef7d20..335f1341af4 100644
20 --- a/dev-perl/Net-LibIDN/Net-LibIDN-0.120.0-r1.ebuild
21 +++ b/dev-perl/Net-LibIDN/Net-LibIDN-0.120.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -10,7 +10,7 @@ inherit perl-module
29 DESCRIPTION="Perl bindings for GNU Libidn"
30
31 SLOT="0"
32 -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 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"
33 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 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"
34 IUSE=""
35
36 DEPEND="net-dns/libidn"