dev-libs/protobuf: Update subslot.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Sat, 28 Sep 2019 00:53:23 +0000 (00:53 +0000)
committerMike Gilbert <floppym@gentoo.org>
Sun, 29 Sep 2019 02:56:09 +0000 (22:56 -0400)
https://github.com/protocolbuffers/protobuf/commit/2a4657971d654d30f208ee1c5acb85a989d71591

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
dev-libs/protobuf/protobuf-9999.ebuild

index 00e035ecb0020fa5dce5f0d8a83e62ff69834f32..25600eba82fbcbc9bf27b538c60e90fd5dcb1263 100644 (file)
@@ -1,8 +1,6 @@
 # Copyright 2008-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# True Authors: Arfrever Frehtes Taifersar Arahesis and others
-
 EAPI="7"
 
 inherit autotools elisp-common flag-o-matic multilib-minimal toolchain-funcs
@@ -23,7 +21,7 @@ else
 fi
 
 LICENSE="BSD"
-SLOT="0/20"
+SLOT="0/21"
 KEYWORDS=""
 IUSE="emacs examples static-libs test zlib"
 RESTRICT="!test? ( test )"
@@ -91,7 +89,7 @@ multilib_src_test() {
 }
 
 multilib_src_install_all() {
-       find "${D}" -name "*.la" -delete || die
+       find "${D}" -name "*.la" -type f -delete || die
 
        insinto /usr/share/vim/vimfiles/syntax
        doins editors/proto.vim