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/protobuf-c/
Date: Mon, 02 Oct 2017 13:25:02
Message-Id: 1506950687.5a1b003b32c7c691412ef89b76951cc7838b7052.slyfox@gentoo
1 commit: 5a1b003b32c7c691412ef89b76951cc7838b7052
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 2 12:41:12 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 2 13:24:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1b003b
7
8 dev-libs/protobuf-c: stable 1.3.0-r1 for ia64, bug #632526
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
11 RepoMan-Options: --include-arches="ia64"
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 4787821fa79..598a4848f39 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}]"