From: Thomas Deutschmann Date: Fri, 28 Sep 2018 20:52:20 +0000 (+0200) Subject: mozcoreconf-v6.eclass: always define PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9d2ff4b0a281441d76bc08e9cc9d22a016e988a5;p=gentoo.git mozcoreconf-v6.eclass: always define PYTHON_COMPAT Closes: https://bugs.gentoo.org/667208 Signed-off-by: Thomas Deutschmann --- diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass index 930122fc886f..21b00cf83811 100644 --- a/eclass/mozcoreconf-v6.eclass +++ b/eclass/mozcoreconf-v6.eclass @@ -16,11 +16,8 @@ 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