diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:04:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:25:56 +0100 |
commit | 4386a3bb52beb05e2c3595b151b989d14d9d437c (patch) | |
tree | eb201056c7e58f9c022213c7ae75583b6026e5c5 /dev-util/waf | |
parent | dev-util/umockdev: Remove py2 where possible (diff) | |
download | gentoo-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.ebuild | 2 |
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 |