summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 14:04:57 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 14:25:56 +0100
commit4386a3bb52beb05e2c3595b151b989d14d9d437c (patch)
treeeb201056c7e58f9c022213c7ae75583b6026e5c5 /dev-util/waf
parentdev-util/umockdev: Remove py2 where possible (diff)
downloadgentoo-4386a3bb52beb05e2c3595b151b989d14d9d437c.tar.gz
gentoo-4386a3bb52beb05e2c3595b151b989d14d9d437c.tar.bz2
gentoo-4386a3bb52beb05e2c3595b151b989d14d9d437c.zip
dev-util/waf: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/waf')
-rw-r--r--dev-util/waf/waf-1.9.14.ebuild2
1 files changed, 1 insertions, 1 deletions
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