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/re2/
Date: Tue, 01 Jan 2019 21:19:55
Message-Id: 1546377522.0c09a9d9ffd149fbf46cf5661b51674e627fc66c.slyfox@gentoo
1 commit: 0c09a9d9ffd149fbf46cf5661b51674e627fc66c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 1 21:18:42 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 1 21:18:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c09a9d9
7
8 dev-libs/re2: keyworded 0.2018.10.01 for sparc, bug #563932
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-libs/re2/re2-0.2018.10.01.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/re2/re2-0.2018.10.01.ebuild b/dev-libs/re2/re2-0.2018.10.01.ebuild
18 index 53b26f20853..859c3cd5bed 100644
19 --- a/dev-libs/re2/re2-0.2018.10.01.ebuild
20 +++ b/dev-libs/re2/re2-0.2018.10.01.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -18,7 +18,7 @@ LICENSE="BSD"
28 # https://abi-laboratory.pro/tracker/timeline/re2/
29 SONAME="gentoo-2017-03-01"
30 SLOT="0/${SONAME}"
31 -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
32 +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
33 IUSE="icu"
34
35 RDEPEND="icu? ( dev-libs/icu:0=[${MULTILIB_USEDEP}] )"