Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmaxminddb/
Date: Thu, 31 May 2018 10:01:57
Message-Id: 1527760534.7265725e416f80d9bf9c2efe9ddb612ce687148b.slyfox@gentoo
1 commit: 7265725e416f80d9bf9c2efe9ddb612ce687148b
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 31 09:55:34 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu May 31 09:55:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7265725e
7
8 dev-libs/libmaxminddb: stable 1.2.1 for ia64, bug #656806
9
10 Bug: https://bugs.gentoo.org/656806
11 Package-Manager: Portage-2.3.38, Repoman-2.3.9
12 RepoMan-Options: --include-arches="ia64"
13
14 dev-libs/libmaxminddb/libmaxminddb-1.2.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.2.1.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.2.1.ebuild
18 index 3083e5a45b0..d826aa97a8a 100644
19 --- a/dev-libs/libmaxminddb/libmaxminddb-1.2.1.ebuild
20 +++ b/dev-libs/libmaxminddb/libmaxminddb-1.2.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz"
28
29 LICENSE="Apache-2.0"
30 SLOT="0/0.0.7"
31 -KEYWORDS="amd64 ~ppc x86"
32 +KEYWORDS="amd64 ia64 ~ppc x86"
33 IUSE="static-libs"
34
35 DOCS=( Changes.md )