summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2019-09-28 00:53:23 +0000
committerMike Gilbert <floppym@gentoo.org>2019-09-28 22:56:09 -0400
commit4451c4a336718321b32fb7c56101acb9140b2a32 (patch)
tree8c840e45b927077439585893356b4b2d28906abb /dev-libs/protobuf
parentprofiles/package.mask: extend automake mask to 1.10 (diff)
downloadgentoo-4451c4a336718321b32fb7c56101acb9140b2a32.tar.gz
gentoo-4451c4a336718321b32fb7c56101acb9140b2a32.tar.bz2
gentoo-4451c4a336718321b32fb7c56101acb9140b2a32.zip
dev-libs/protobuf: Update subslot.
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>
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r--dev-libs/protobuf/protobuf-9999.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-libs/protobuf/protobuf-9999.ebuild b/dev-libs/protobuf/protobuf-9999.ebuild
index 00e035ecb002..25600eba82fb 100644
--- a/dev-libs/protobuf/protobuf-9999.ebuild
+++ b/dev-libs/protobuf/protobuf-9999.ebuild
@@ -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