commit: 9d2ff4b0a281441d76bc08e9cc9d22a016e988a5 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri Sep 28 20:52:20 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri Sep 28 20:52:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2ff4b0
mozcoreconf-v6.eclass: always define PYTHON_COMPAT Closes: https://bugs.gentoo.org/667208 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 930122fc886..21b00cf8381 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
