Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/
Date: Sun, 01 Oct 2017 00:04:05
Message-Id: 1506815279.85b44346afef9b077be0b04423c985a959b12eec.whissi@gentoo
1 commit: 85b44346afef9b077be0b04423c985a959b12eec
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 23:47:59 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 23:47:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b44346
7
8 dev-libs/protobuf-c: x86 stable (bug #632526)
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
11
12 dev-libs/protobuf-c/protobuf-c-1.3.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/protobuf-c/protobuf-c-1.3.0-r1.ebuild b/dev-libs/protobuf-c/protobuf-c-1.3.0-r1.ebuild
16 index 52bb0f39311..4787821fa79 100644
17 --- a/dev-libs/protobuf-c/protobuf-c-1.3.0-r1.ebuild
18 +++ b/dev-libs/protobuf-c/protobuf-c-1.3.0-r1.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.
20 LICENSE="BSD-2"
21 # Subslot == SONAME version
22 SLOT="0/1.0.0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
25 IUSE="static-libs test"
26
27 RDEPEND=">=dev-libs/protobuf-2.6.0:0=[${MULTILIB_USEDEP}]"