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: Sun, 30 Dec 2018 22:18:46
Message-Id: 1546208314.7aa8fc50006ed8ce97d8baa088538b9cbaae7237.mattst88@gentoo
1 commit: 7aa8fc50006ed8ce97d8baa088538b9cbaae7237
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 30 22:18:34 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 30 22:18:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa8fc50
7
8 dev-libs/protobuf-3.6.1: hppa stable, bug 669036
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/protobuf/protobuf-3.6.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/protobuf/protobuf-3.6.1.ebuild b/dev-libs/protobuf/protobuf-3.6.1.ebuild
16 index 247140feda2..c8c5f7d7e2f 100644
17 --- a/dev-libs/protobuf/protobuf-3.6.1.ebuild
18 +++ b/dev-libs/protobuf/protobuf-3.6.1.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/protocolbuffers/${PN}/archive/v${PV}.tar.gz -> ${P}.
20
21 LICENSE="BSD"
22 SLOT="0/17"
23 -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
24 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
25 IUSE="emacs examples static-libs test zlib"
26
27 RDEPEND="emacs? ( virtual/emacs )