dev-python/matplotlib: fix wrap_setup function.

Wrapper for python_compile() function only prepared environment for
the compile call, but never executed it.

Gentoo-Bug: https://bugs.gentoo.org/624554

Closes: https://github.com/gentoo/gentoo/pull/5112
This commit is contained in:
Tadej Borovšak
2017-07-15 22:56:01 +02:00
committed by Patrice Clement
parent 4be8c7f815
commit 2680e441fa

View File

@@ -209,6 +209,7 @@ python_configure() {
wrap_setup() {
local -x MPLSETUPCFG=${BUILD_DIR}/setup.cfg
unset DISPLAY
"$@"
}
python_compile() {