commit:     5e9af19749cbb9fe8702e08643522986db103b1c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  4 04:24:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  4 04:26:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9af197

mozcoreconf-v5.eclass: threads are always enabled for Python now

See: 742eeca02a0d06a56f6a69af55bcbcdf42f18ba1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/mozcoreconf-v5.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/mozcoreconf-v5.eclass b/eclass/mozcoreconf-v5.eclass
index d50d9444cb8..af2044770da 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
 

Reply via email to