dev-python/protobuf-python: Set DISTUTILS_USE_SETUPTOOLS="manual".

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Arfrever Frehtes Taifersar Arahesis
2020-01-01 21:01:53 +00:00
committed by Mike Gilbert
parent 97019bea19
commit 63fa280174
6 changed files with 17 additions and 11 deletions

View File

@@ -1,8 +1,9 @@
# Copyright 2008-2019 Gentoo Authors
# Copyright 2008-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
PYTHON_COMPAT=(python{2_7,3_6,3_7})
DISTUTILS_USE_SETUPTOOLS="manual"
inherit distutils-r1