From c7f78999ea9d5db7ef747956487231d0a76792d9 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 2 Nov 2015 10:57:20 +0100 Subject: dev-python/matplotlib: Unset DISPLAY during build to fix sandbox problems Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564296 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/matplotlib/matplotlib-1.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'dev-python/matplotlib/matplotlib-1.5.0.ebuild') diff --git a/dev-python/matplotlib/matplotlib-1.5.0.ebuild b/dev-python/matplotlib/matplotlib-1.5.0.ebuild index f644ffe5def9..cc6fe7edd615 100644 --- a/dev-python/matplotlib/matplotlib-1.5.0.ebuild +++ b/dev-python/matplotlib/matplotlib-1.5.0.ebuild @@ -224,6 +224,7 @@ python_configure() { wrap_setup() { local MPLSETUPCFG=${BUILD_DIR}/setup.cfg export MPLSETUPCFG + unset DISPLAY # Note: remove build... if switching to out-of-source build "${@}" build --build-lib="${BUILD_DIR}"/build/lib -- cgit v1.2.3