projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db1cfec
)
waf-utils.eclass: Remove stale Python dependencies
author
Michał Górny
<mgorny@gentoo.org>
Sun, 28 Feb 2016 18:28:31 +0000
(19:28 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 28 Feb 2016 18:29:56 +0000
(19:29 +0100)
eclass/waf-utils.eclass
patch
|
blob
|
history
diff --git
a/eclass/waf-utils.eclass
b/eclass/waf-utils.eclass
index 696d05d27e6b59752ac515ddc0d508bfc9d36486..aebd327746d88500831e1c318add16137931a0fb 100644
(file)
--- 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