Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/
Date: Mon, 02 Oct 2017 13:48:20
Message-Id: 1506951964.8e5d9dd70bebf6e982b22e40bd295d19df6ce8ca.mrueg@gentoo
1 commit: 8e5d9dd70bebf6e982b22e40bd295d19df6ce8ca
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 2 13:46:04 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 2 13:46:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e5d9dd7
7
8 dev-libs/protobuf-c: Stable on amd64
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 12eeba9c9bd..33c5d1bf862 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}]"