From: Michał Górny Date: Mon, 10 Feb 2020 13:04:57 +0000 (+0100) Subject: dev-util/waf: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4386a3bb52beb05e2c3595b151b989d14d9d437c;p=gentoo.git dev-util/waf: Remove py2 where possible Signed-off-by: Michał Górny --- diff --git a/dev-util/waf/waf-1.9.14.ebuild b/dev-util/waf/waf-1.9.14.ebuild index bfd0852f26a7..eb73b405ad26 100644 --- a/dev-util/waf/waf-1.9.14.ebuild +++ b/dev-util/waf/waf-1.9.14.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="threads(+)" inherit python-any-r1 toolchain-funcs