mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-23 20:28:21 -07:00
dev-python/protobuf-python: Update subslot.
2a4657971d
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
committed by
Mike Gilbert
parent
0a0f5bfb11
commit
4ac8708660
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user