From 2680e441fa13ed000b774a813512a653e1c0c8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadej=20Borov=C5=A1ak?= Date: Sat, 15 Jul 2017 22:56:01 +0200 Subject: 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 --- dev-python/matplotlib/matplotlib-2.0.2.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'dev-python/matplotlib/matplotlib-2.0.2.ebuild') diff --git a/dev-python/matplotlib/matplotlib-2.0.2.ebuild b/dev-python/matplotlib/matplotlib-2.0.2.ebuild index cf16b2b42e5b..e8214110ebfe 100644 --- a/dev-python/matplotlib/matplotlib-2.0.2.ebuild +++ b/dev-python/matplotlib/matplotlib-2.0.2.ebuild @@ -209,6 +209,7 @@ python_configure() { wrap_setup() { local -x MPLSETUPCFG=${BUILD_DIR}/setup.cfg unset DISPLAY + "$@" } python_compile() { -- cgit v1.2.3