projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25198d4
)
mozcoreconf-v6.eclass: always define PYTHON_COMPAT
author
Thomas Deutschmann
<whissi@gentoo.org>
Fri, 28 Sep 2018 20:52:20 +0000
(22:52 +0200)
committer
Thomas Deutschmann
<whissi@gentoo.org>
Fri, 28 Sep 2018 20:52:57 +0000
(22:52 +0200)
Closes: https://bugs.gentoo.org/667208
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
eclass/mozcoreconf-v6.eclass
patch
|
blob
|
history
diff --git
a/eclass/mozcoreconf-v6.eclass
b/eclass/mozcoreconf-v6.eclass
index 930122fc886f13e08b0cdd5f2b35dc6acab1875c..21b00cf83811c28f3341334f8f419891cc6c2219 100644
(file)
--- 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