From 4386a3bb52beb05e2c3595b151b989d14d9d437c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 10 Feb 2020 14:04:57 +0100 Subject: [PATCH] dev-util/waf: Remove py2 where possible MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-util/waf/waf-1.9.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2