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/libestr/
Date: Thu, 03 Jan 2019 19:12:49
Message-Id: 1546542757.93df8e6e73ac4d92d62c907b342bd275d8f88d45.zlogene@gentoo
1 commit: 93df8e6e73ac4d92d62c907b342bd275d8f88d45
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 3 19:12:17 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 3 19:12:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93df8e6e
7
8 dev-libs/libestr: arm stable wrt bug #673428
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/libestr/libestr-0.1.11.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/libestr/libestr-0.1.11.ebuild b/dev-libs/libestr/libestr-0.1.11.ebuild
17 index a93a82468cd..1d625e762d5 100644
18 --- a/dev-libs/libestr/libestr-0.1.11.ebuild
19 +++ b/dev-libs/libestr/libestr-0.1.11.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -11,7 +11,7 @@ SRC_URI="http://libestr.adiscon.com/files/download/${P}.tar.gz"
27
28 LICENSE="LGPL-2.1"
29 SLOT="0"
30 -KEYWORDS="amd64 ~arm ~arm64 hppa x86"
31 +KEYWORDS="amd64 arm ~arm64 hppa x86"
32 IUSE="debug static-libs test"
33
34 DEPEND=""