Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 04 Sep 2021 04:26:28
Message-Id: 1630729573.5e9af19749cbb9fe8702e08643522986db103b1c.sam@gentoo
1 commit: 5e9af19749cbb9fe8702e08643522986db103b1c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 4 04:24:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 4 04:26:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9af197
7
8 mozcoreconf-v5.eclass: threads are always enabled for Python now
9
10 See: 742eeca02a0d06a56f6a69af55bcbcdf42f18ba1
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 eclass/mozcoreconf-v5.eclass | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/eclass/mozcoreconf-v5.eclass b/eclass/mozcoreconf-v5.eclass
17 index d50d9444cb8..af2044770da 100644
18 --- a/eclass/mozcoreconf-v5.eclass
19 +++ b/eclass/mozcoreconf-v5.eclass
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24 #
25 # @ECLASS: mozcoreconf-v5.eclass
26 @@ -17,7 +17,7 @@
27 if [[ ! ${_MOZCORECONF} ]]; then
28
29 PYTHON_COMPAT=( python2_7 )
30 -PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
31 +PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)'
32
33 inherit multilib toolchain-funcs flag-o-matic python-any-r1 versionator