Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf/
Date: Wed, 21 Mar 2018 01:34:33
Message-Id: 1521596058.39570ad028def8be47e2fb73b6bd1ef74d08ee32.mattst88@gentoo
1 commit: 39570ad028def8be47e2fb73b6bd1ef74d08ee32
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 01:34:05 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 01:34:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39570ad0
7
8 dev-libs/protobuf-3.5.1.1: hppa stable, bug 647462
9
10 dev-libs/protobuf/protobuf-3.5.1.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-libs/protobuf/protobuf-3.5.1.1.ebuild b/dev-libs/protobuf/protobuf-3.5.1.1.ebuild
14 index 7c2e92f6fb8..29e2cb0d195 100644
15 --- a/dev-libs/protobuf/protobuf-3.5.1.1.ebuild
16 +++ b/dev-libs/protobuf/protobuf-3.5.1.1.ebuild
17 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
18
19 LICENSE="BSD"
20 SLOT="0/15"
21 -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
22 +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
23 IUSE="emacs examples static-libs test zlib"
24
25 RDEPEND="emacs? ( virtual/emacs )