Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 28 Sep 2018 20:53:21
Message-Id: 1538167977.9d2ff4b0a281441d76bc08e9cc9d22a016e988a5.whissi@gentoo
1 commit: 9d2ff4b0a281441d76bc08e9cc9d22a016e988a5
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 20:52:20 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 20:52:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2ff4b0
7
8 mozcoreconf-v6.eclass: always define PYTHON_COMPAT
9
10 Closes: https://bugs.gentoo.org/667208
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 eclass/mozcoreconf-v6.eclass | 3 ---
14 1 file changed, 3 deletions(-)
15
16 diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass
17 index 930122fc886..21b00cf8381 100644
18 --- a/eclass/mozcoreconf-v6.eclass
19 +++ b/eclass/mozcoreconf-v6.eclass
20 @@ -16,11 +16,8 @@
21
22 if [[ ! ${_MOZCORECONF} ]]; then
23
24 -# for compatibility with packages prior to v1
25 -if [[ -z ${PYTHON_COMPAT[@]} ]]; then
26 PYTHON_COMPAT=( python2_7 )
27 PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
28 -fi
29
30 inherit multilib toolchain-funcs flag-o-matic python-any-r1 versionator