From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CE83D1384B4 for ; Mon, 2 Nov 2015 11:51:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C9F821C04A; Mon, 2 Nov 2015 11:50:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA32121C04F for ; Mon, 2 Nov 2015 11:50:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E395F34085B for ; Mon, 2 Nov 2015 11:50:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2058F1E64 for ; Mon, 2 Nov 2015 11:50:45 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1446464832.c7f78999ea9d5db7ef747956487231d0a76792d9.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/matplotlib/matplotlib-1.4.2.ebuild dev-python/matplotlib/matplotlib-1.4.3.ebuild dev-python/matplotlib/matplotlib-1.5.0.ebuild dev-python/matplotlib/matplotlib-9999.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c7f78999ea9d5db7ef747956487231d0a76792d9 X-VCS-Branch: master Date: Mon, 2 Nov 2015 11:50:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 104273bc-b836-4108-bd94-c06ce6361bfc X-Archives-Hash: 8536f34896fa4edd796a9a5725d55bdd commit: c7f78999ea9d5db7ef747956487231d0a76792d9 Author: Justin Lecher gentoo org> AuthorDate: Mon Nov 2 09:57:20 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Nov 2 11:47:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f78999 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 gentoo.org> dev-python/matplotlib/matplotlib-1.4.2.ebuild | 1 + dev-python/matplotlib/matplotlib-1.4.3.ebuild | 1 + dev-python/matplotlib/matplotlib-1.5.0.ebuild | 1 + dev-python/matplotlib/matplotlib-9999.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/dev-python/matplotlib/matplotlib-1.4.2.ebuild b/dev-python/matplotlib/matplotlib-1.4.2.ebuild index defc79b..f5b16b1 100644 --- a/dev-python/matplotlib/matplotlib-1.4.2.ebuild +++ b/dev-python/matplotlib/matplotlib-1.4.2.ebuild @@ -202,6 +202,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 diff --git a/dev-python/matplotlib/matplotlib-1.4.3.ebuild b/dev-python/matplotlib/matplotlib-1.4.3.ebuild index a31fa3f..86adcbf 100644 --- a/dev-python/matplotlib/matplotlib-1.4.3.ebuild +++ b/dev-python/matplotlib/matplotlib-1.4.3.ebuild @@ -219,6 +219,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 diff --git a/dev-python/matplotlib/matplotlib-1.5.0.ebuild b/dev-python/matplotlib/matplotlib-1.5.0.ebuild index f644ffe..cc6fe7e 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 diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild b/dev-python/matplotlib/matplotlib-9999.ebuild index 64665e7..a62eac5 100644 --- a/dev-python/matplotlib/matplotlib-9999.ebuild +++ b/dev-python/matplotlib/matplotlib-9999.ebuild @@ -215,6 +215,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