From deba8cbf630344afed005b48b68cad3a29115d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 21 Sep 2020 19:33:18 +0200 Subject: dev-python/protobuf-python: Set DISTUTILS_USE_SETUPTOOLS=rdepend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected the QA check too. Thanks to Arfrever for pointing out the false negative. Signed-off-by: Michał Górny --- dev-python/protobuf-python/protobuf-python-3.13.0.ebuild | 2 ++ dev-python/protobuf-python/protobuf-python-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) (limited to 'dev-python/protobuf-python') diff --git a/dev-python/protobuf-python/protobuf-python-3.13.0.ebuild b/dev-python/protobuf-python/protobuf-python-3.13.0.ebuild index c015427c2d27..51f7d5f7b7f2 100644 --- a/dev-python/protobuf-python/protobuf-python-3.13.0.ebuild +++ b/dev-python/protobuf-python/protobuf-python-3.13.0.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" + +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8,3_9}) inherit distutils-r1 diff --git a/dev-python/protobuf-python/protobuf-python-9999.ebuild b/dev-python/protobuf-python/protobuf-python-9999.ebuild index 663013686fcf..fc808ec3a2a3 100644 --- a/dev-python/protobuf-python/protobuf-python-9999.ebuild +++ b/dev-python/protobuf-python/protobuf-python-9999.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" + +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8,3_9}) inherit distutils-r1 -- cgit v1.2.3