commit:     1dd235337ac96f0c1b5d87a84600576839e98e3e
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Wed Jan  1 21:06:52 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Jan  1 22:09:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd23533

dev-util/gyp: Use Python 3.

Bug: https://bugs.gentoo.org/695000
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 dev-util/gyp/gyp-99999999999999.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-util/gyp/gyp-99999999999999.ebuild 
b/dev-util/gyp/gyp-99999999999999.ebuild
index 062dcc11375..da57f66635d 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.

Reply via email to