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 21:13:07
Message-Id: 1538169005.9d973365a74e58731b62caae87d4ad521c90d947.whissi@gentoo
1 commit: 9d973365a74e58731b62caae87d4ad521c90d947
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 21:10:05 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 21:10:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d973365
7
8 mozcoreconf-v6.eclass: PYTHON_COMPAT moved to ebuild
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 eclass/mozcoreconf-v6.eclass | 3 ---
13 1 file changed, 3 deletions(-)
14
15 diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass
16 index 21b00cf8381..571f195b8e4 100644
17 --- a/eclass/mozcoreconf-v6.eclass
18 +++ b/eclass/mozcoreconf-v6.eclass
19 @@ -16,9 +16,6 @@
20
21 if [[ ! ${_MOZCORECONF} ]]; then
22
23 -PYTHON_COMPAT=( python2_7 )
24 -PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
25 -
26 inherit multilib toolchain-funcs flag-o-matic python-any-r1 versionator
27
28 IUSE="${IUSE} custom-cflags custom-optimization"