From: Arfrever Frehtes Taifersar Arahesis Date: Wed, 1 Jan 2020 21:06:52 +0000 (+0000) Subject: dev-util/gyp: Use Python 3. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1dd235337ac96f0c1b5d87a84600576839e98e3e;p=gentoo.git dev-util/gyp: Use Python 3. Bug: https://bugs.gentoo.org/695000 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Mike Gilbert --- diff --git a/dev-util/gyp/gyp-99999999999999.ebuild b/dev-util/gyp/gyp-99999999999999.ebuild index 062dcc113759..da57f66635d9 100644 --- a/dev-util/gyp/gyp-99999999999999.ebuild +++ b/dev-util/gyp/gyp-99999999999999.ebuild @@ -1,9 +1,10 @@ -# Copyright 2017-2019 Gentoo Authors +# Copyright 2017-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=(python2_7) +PYTHON_COMPAT=(python{3_6,3_7}) DISTUTILS_SINGLE_IMPL="1" +DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1 @@ -25,12 +26,10 @@ LICENSE="BSD" SLOT="0" KEYWORDS="" IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -BDEPEND="${PYTHON_DEPS} - dev-python/setuptools[${PYTHON_USEDEP}]" +BDEPEND="" DEPEND="" -RDEPEND="${BDEPEND}" +RDEPEND="" src_test() { # More errors when DeprecationWarnings enabled.