Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/
Date: Mon, 01 Apr 2019 19:33:23
Message-Id: 1554146604.e33834501ea9f76e7e9cd1fa25b67ca0d595208a.asturm@gentoo
1 commit: e33834501ea9f76e7e9cd1fa25b67ca0d595208a
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 1 12:29:56 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 1 19:23:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3383450
7
8 dev-perl/Geo-IP: added ~arm64
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
18 index 02d49231d26..5ea884d139e 100644
19 --- a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
20 +++ b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -10,7 +10,7 @@ inherit perl-module multilib
28 DESCRIPTION="Look up country by IP Address"
29
30 SLOT="0"
31 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd"
32 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd"
33 IUSE=""
34
35 DEPEND="dev-libs/geoip"