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: Sat, 09 Feb 2019 18:36:50
Message-Id: 1549737379.1784c73851fb9491be19fefd482bf33fc7499501.whissi@gentoo
1 commit: 1784c73851fb9491be19fefd482bf33fc7499501
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 18:21:46 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 18:36:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1784c738
7
8 dev-libs/protobuf-c: x86 stable (bug #677218)
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-libs/protobuf-c/protobuf-c-1.3.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/protobuf-c/protobuf-c-1.3.1.ebuild b/dev-libs/protobuf-c/protobuf-c-1.3.1.ebuild
17 index 6b43c9d7309..69c17c69fb3 100644
18 --- a/dev-libs/protobuf-c/protobuf-c-1.3.1.ebuild
19 +++ b/dev-libs/protobuf-c/protobuf-c-1.3.1.ebuild
20 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.
21 LICENSE="BSD-2"
22 # Subslot == SONAME version
23 SLOT="0/1.0.0"
24 -KEYWORDS="alpha ~amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86"
25 +KEYWORDS="alpha ~amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86"
26 IUSE="static-libs test"
27
28 RDEPEND=">=dev-libs/protobuf-2.6.0:0=[${MULTILIB_USEDEP}]"