diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-28 22:52:20 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-28 22:52:57 +0200 |
commit | 9d2ff4b0a281441d76bc08e9cc9d22a016e988a5 (patch) | |
tree | aa44d9f893771410c935f5c68739249b6db6211e /eclass/mozcoreconf-v6.eclass | |
parent | sys-auth/nss-pam-ldapd: 0.9.10 stable amd64 and x86 with cleanup (diff) | |
download | gentoo-9d2ff4b0a281441d76bc08e9cc9d22a016e988a5.tar.gz gentoo-9d2ff4b0a281441d76bc08e9cc9d22a016e988a5.tar.bz2 gentoo-9d2ff4b0a281441d76bc08e9cc9d22a016e988a5.zip |
mozcoreconf-v6.eclass: always define PYTHON_COMPAT
Closes: https://bugs.gentoo.org/667208
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'eclass/mozcoreconf-v6.eclass')
-rw-r--r-- | eclass/mozcoreconf-v6.eclass | 3 |
1 files changed, 0 insertions, 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 |