diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-02-28 19:28:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-02-28 19:29:56 +0100 |
commit | 415916ed1f1e508210450c51d7d8089cf500a38a (patch) | |
tree | 1fda2d844fc8fb5ad6ec3729f5d9a5691a312eb2 /eclass | |
parent | waf-utils.eclass: Fix ban condition (diff) | |
download | gentoo-415916ed1f1e508210450c51d7d8089cf500a38a.tar.gz gentoo-415916ed1f1e508210450c51d7d8089cf500a38a.tar.bz2 gentoo-415916ed1f1e508210450c51d7d8089cf500a38a.zip |
waf-utils.eclass: Remove stale Python dependencies
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/waf-utils.eclass | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass index 696d05d27e6b..aebd327746d8 100644 --- a/eclass/waf-utils.eclass +++ b/eclass/waf-utils.eclass @@ -22,13 +22,6 @@ case ${EAPI:-0} in *) die "EAPI=${EAPI} is not supported" ;; esac -# Python with threads is required to run waf. We do not know which python slot -# is being used as the system interpreter, so we are forced to block all -# slots that have USE=-threads. -DEPEND="${DEPEND} - dev-lang/python - !dev-lang/python[-threads]" - # @ECLASS-VARIABLE: WAF_VERBOSE # @DESCRIPTION: # Set to OFF to disable verbose messages during compilation |