aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-09-28 23:20:01 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-09-28 23:20:01 +0200
commitaa0146434e5cb397038fc3f0e4ff0d02673b77de (patch)
tree002f59df62d3750ec212456df6d135b16626fedc /eclass
parentsynchronize with Gentoo repository (diff)
downloadmozilla-aa0146434e5cb397038fc3f0e4ff0d02673b77de.tar.gz
mozilla-aa0146434e5cb397038fc3f0e4ff0d02673b77de.tar.bz2
mozilla-aa0146434e5cb397038fc3f0e4ff0d02673b77de.zip
synchronize with Gentoo repository
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozcoreconf-v6.eclass6
1 files changed, 0 insertions, 6 deletions
diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass
index 930122fc..571f195b 100644
--- a/eclass/mozcoreconf-v6.eclass
+++ b/eclass/mozcoreconf-v6.eclass
@@ -16,12 +16,6 @@
if [[ ! ${_MOZCORECONF} ]]; then
-# for compatibility with packages prior to v1
-if [[ -z ${PYTHON_COMPAT[@]} ]]; then
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
-fi
-
inherit multilib toolchain-funcs flag-o-matic python-any-r1 versionator
IUSE="${IUSE} custom-cflags custom-optimization"