dev-python/protobuf-python: Update subslot.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Sat, 28 Sep 2019 01:27:34 +0000 (01:27 +0000)
committerMike Gilbert <floppym@gentoo.org>
Sun, 29 Sep 2019 02:56:11 +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-python/protobuf-python/protobuf-python-9999.ebuild

index 8d11dac7b374550a25e8d4a7a5acd5b5b8c30c91..ddea99c14f00fad88098d324dfacbdfda558b343 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"
 PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
 
@@ -24,7 +22,7 @@ else
 fi
 
 LICENSE="BSD"
-SLOT="0/20"
+SLOT="0/21"
 KEYWORDS=""
 IUSE=""
 
@@ -60,5 +58,5 @@ python_test() {
 python_install_all() {
        distutils-r1_python_install_all
 
-       find "${D}" -name "*.pth" -delete || die
+       find "${D}" -name "*.pth" -type f -delete || die
 }