From 9d2ff4b0a281441d76bc08e9cc9d22a016e988a5 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Fri, 28 Sep 2018 22:52:20 +0200 Subject: [PATCH] mozcoreconf-v6.eclass: always define PYTHON_COMPAT Closes: https://bugs.gentoo.org/667208 Signed-off-by: Thomas Deutschmann --- eclass/mozcoreconf-v6.eclass | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.26.2