diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-09-28 01:27:34 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-09-28 22:56:11 -0400 |
commit | 4ac8708660dcc24be70525a4dedbac40f37ccff1 (patch) | |
tree | 4d8834ae228b478fecf0527f62ad641460f828b7 /dev-python | |
parent | dev-java/protobuf-java: Use EAPI="7". (diff) | |
download | gentoo-4ac8708660dcc24be70525a4dedbac40f37ccff1.tar.gz gentoo-4ac8708660dcc24be70525a4dedbac40f37ccff1.tar.bz2 gentoo-4ac8708660dcc24be70525a4dedbac40f37ccff1.zip |
dev-python/protobuf-python: 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-python')
-rw-r--r-- | dev-python/protobuf-python/protobuf-python-9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/protobuf-python/protobuf-python-9999.ebuild b/dev-python/protobuf-python/protobuf-python-9999.ebuild index 8d11dac7b374..ddea99c14f00 100644 --- a/dev-python/protobuf-python/protobuf-python-9999.ebuild +++ b/dev-python/protobuf-python/protobuf-python-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" 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 } |