Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 28 Feb 2016 18:30:10
Message-Id: 1456684196.415916ed1f1e508210450c51d7d8089cf500a38a.mgorny@gentoo
1 commit: 415916ed1f1e508210450c51d7d8089cf500a38a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 18:28:31 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 18:29:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415916ed
7
8 waf-utils.eclass: Remove stale Python dependencies
9
10 eclass/waf-utils.eclass | 7 -------
11 1 file changed, 7 deletions(-)
12
13 diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass
14 index 696d05d..aebd327 100644
15 --- a/eclass/waf-utils.eclass
16 +++ b/eclass/waf-utils.eclass
17 @@ -22,13 +22,6 @@ case ${EAPI:-0} in
18 *) die "EAPI=${EAPI} is not supported" ;;
19 esac
20
21 -# Python with threads is required to run waf. We do not know which python slot
22 -# is being used as the system interpreter, so we are forced to block all
23 -# slots that have USE=-threads.
24 -DEPEND="${DEPEND}
25 - dev-lang/python
26 - !dev-lang/python[-threads]"
27 -
28 # @ECLASS-VARIABLE: WAF_VERBOSE
29 # @DESCRIPTION:
30 # Set to OFF to disable verbose messages during compilation