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: Fri, 16 Aug 2019 17:03:13
Message-Id: 1565974949.7f1388d08ace94cc6ff804d8585ccdcfd580f09c.floppym@gentoo
1 commit: 7f1388d08ace94cc6ff804d8585ccdcfd580f09c
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Aug 15 19:28:03 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 17:02:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1388d0
7
8 dev-libs/protobuf: Stabilize 3.8.0 on amd64/x86.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 dev-libs/protobuf/protobuf-3.8.0.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-libs/protobuf/protobuf-3.8.0.ebuild b/dev-libs/protobuf/protobuf-3.8.0.ebuild
17 index 345fbe9a3df..2d6e1d0d921 100644
18 --- a/dev-libs/protobuf/protobuf-3.8.0.ebuild
19 +++ b/dev-libs/protobuf/protobuf-3.8.0.ebuild
20 @@ -1,8 +1,6 @@
21 # Copyright 2008-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -# True Authors: Arfrever Frehtes Taifersar Arahesis and others
25 -
26 EAPI="7"
27
28 inherit autotools elisp-common flag-o-matic multilib-minimal toolchain-funcs
29 @@ -24,7 +22,7 @@ fi
30
31 LICENSE="BSD"
32 SLOT="0/19"
33 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
34 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
35 IUSE="emacs examples static-libs test zlib"
36 RESTRICT="!test? ( test )"
37
38 @@ -97,7 +95,7 @@ multilib_src_test() {
39 }
40
41 multilib_src_install_all() {
42 - find "${D}" -name "*.la" -delete || die
43 + find "${D}" -name "*.la" -type f -delete || die
44
45 insinto /usr/share/vim/vimfiles/syntax
46 doins editors/proto.vim