Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf/
Date: Mon, 25 Feb 2019 21:25:13
Message-Id: 1551129894.73f0117bea40332be62dfa7414163725a715cf12.floppym@gentoo
1 commit: 73f0117bea40332be62dfa7414163725a715cf12
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri Feb 22 18:28:49 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 25 21:24:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f0117b
7
8 dev-libs/protobuf: Copy stable keywords from 3.6.1 to 3.6.1.3.
9
10 Minimal changes since 3.6.1.
11 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 dev-libs/protobuf/protobuf-3.6.1.3.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/protobuf/protobuf-3.6.1.3.ebuild b/dev-libs/protobuf/protobuf-3.6.1.3.ebuild
18 index 1d00ee9032f..d498903c8c4 100644
19 --- a/dev-libs/protobuf/protobuf-3.6.1.3.ebuild
20 +++ b/dev-libs/protobuf/protobuf-3.6.1.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 2008-2018 Gentoo Authors
23 +# Copyright 2008-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="7"
27 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/protocolbuffers/${PN}/archive/v${PV}.tar.gz -> ${P}.
28
29 LICENSE="BSD"
30 SLOT="0/17"
31 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
32 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
33 IUSE="emacs examples static-libs test zlib"
34 RESTRICT="!test? ( test )"