Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/
Date: Mon, 23 Oct 2017 18:01:21
Message-Id: 1508781604.7b9f184accbd26f4ca5e63e67c07d3194a572404.maekke@gentoo
1 commit: 7b9f184accbd26f4ca5e63e67c07d3194a572404
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 23 18:00:04 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 23 18:00:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9f184a
7
8 dev-libs/protobuf-c: arm stable, bug #632526
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11 RepoMan-Options: --include-arches="arm"
12
13 dev-libs/protobuf-c/protobuf-c-1.3.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 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
17 index e99796d4f47..6a8df555464 100644
18 --- a/dev-libs/protobuf-c/protobuf-c-1.3.0-r1.ebuild
19 +++ b/dev-libs/protobuf-c/protobuf-c-1.3.0-r1.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 sparc x86"
25 +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
26 IUSE="static-libs test"
27
28 RDEPEND=">=dev-libs/protobuf-2.6.0:0=[${MULTILIB_USEDEP}]"