Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liblognorm/
Date: Sun, 28 Jan 2018 16:08:18
Message-Id: 1517155690.de98fa2df71b05cdd86f1981f85e9a8fa19931f0.zlogene@gentoo
1 commit: de98fa2df71b05cdd86f1981f85e9a8fa19931f0
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 16:06:02 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 16:08:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de98fa2d
7
8 dev-libs/liblognorm: amd64 stable wrt bug #645870
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-libs/liblognorm/liblognorm-2.0.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/liblognorm/liblognorm-2.0.4.ebuild b/dev-libs/liblognorm/liblognorm-2.0.4.ebuild
16 index 35c8f1f974c..ab37a2ee9ce 100644
17 --- a/dev-libs/liblognorm/liblognorm-2.0.4.ebuild
18 +++ b/dev-libs/liblognorm/liblognorm-2.0.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="6"
25 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
26 inherit git-r3
27 else
28 SRC_URI="http://www.liblognorm.com/files/download/${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux"
30 + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux"
31 fi
32
33 LICENSE="LGPL-2.1 Apache-2.0"