diff options
author | Sam James <sam@gentoo.org> | 2021-09-04 05:24:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-04 05:26:13 +0100 |
commit | 5e9af19749cbb9fe8702e08643522986db103b1c (patch) | |
tree | 3dbf2ee078bc52263567f320aaba7a53caa59731 /eclass | |
parent | dev-lang/spidermonkey: fix Python use dep (threads) (diff) | |
download | gentoo-5e9af19749cbb9fe8702e08643522986db103b1c.tar.gz gentoo-5e9af19749cbb9fe8702e08643522986db103b1c.tar.bz2 gentoo-5e9af19749cbb9fe8702e08643522986db103b1c.zip |
mozcoreconf-v5.eclass: threads are always enabled for Python now
See: 742eeca02a0d06a56f6a69af55bcbcdf42f18ba1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozcoreconf-v5.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozcoreconf-v5.eclass b/eclass/mozcoreconf-v5.eclass index d50d9444cb82..af2044770da0 100644 --- a/eclass/mozcoreconf-v5.eclass +++ b/eclass/mozcoreconf-v5.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # @ECLASS: mozcoreconf-v5.eclass @@ -17,7 +17,7 @@ if [[ ! ${_MOZCORECONF} ]]; then PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE='ncurses,sqlite,ssl,threads' +PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)' inherit multilib toolchain-funcs flag-o-matic python-any-r1 versionator |