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>
# 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})
fi
LICENSE="BSD"
-SLOT="0/20"
+SLOT="0/21"
KEYWORDS=""
IUSE=""
python_install_all() {
distutils-r1_python_install_all
- find "${D}" -name "*.pth" -delete || die
+ find "${D}" -name "*.pth" -type f -delete || die
}