summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-09-04 05:24:51 +0100
committerSam James <sam@gentoo.org>2021-09-04 05:26:13 +0100
commit5e9af19749cbb9fe8702e08643522986db103b1c (patch)
tree3dbf2ee078bc52263567f320aaba7a53caa59731 /eclass/mozcoreconf-v5.eclass
parentdev-lang/spidermonkey: fix Python use dep (threads) (diff)
downloadgentoo-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/mozcoreconf-v5.eclass')
-rw-r--r--eclass/mozcoreconf-v5.eclass4
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