commit: 9d973365a74e58731b62caae87d4ad521c90d947
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 28 21:10:05 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Sep 28 21:10:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d973365
mozcoreconf-v6.eclass: PYTHON_COMPAT moved to ebuild
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
eclass/mozcoreconf-v6.eclass | 3 ---
1 file changed, 3 deletions(-)
diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass
index 21b00cf8381..571f195b8e4 100644
--- a/eclass/mozcoreconf-v6.eclass
+++ b/eclass/mozcoreconf-v6.eclass
@@ -16,9 +16,6 @@
if [[ ! ${_MOZCORECONF} ]]; then
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
-
inherit multilib toolchain-funcs flag-o-matic python-any-r1 versionator
IUSE="${IUSE} custom-cflags custom-optimization"