Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/
Date: Mon, 02 Nov 2015 11:51:08
Message-Id: 1446464832.c7f78999ea9d5db7ef747956487231d0a76792d9.jlec@gentoo
1 commit: c7f78999ea9d5db7ef747956487231d0a76792d9
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 09:57:20 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 11:47:12 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f78999
7
8 dev-python/matplotlib: Unset DISPLAY during build to fix sandbox problems
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564296
11
12 Package-Manager: portage-2.2.23
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/matplotlib/matplotlib-1.4.2.ebuild | 1 +
16 dev-python/matplotlib/matplotlib-1.4.3.ebuild | 1 +
17 dev-python/matplotlib/matplotlib-1.5.0.ebuild | 1 +
18 dev-python/matplotlib/matplotlib-9999.ebuild | 1 +
19 4 files changed, 4 insertions(+)
20
21 diff --git a/dev-python/matplotlib/matplotlib-1.4.2.ebuild b/dev-python/matplotlib/matplotlib-1.4.2.ebuild
22 index defc79b..f5b16b1 100644
23 --- a/dev-python/matplotlib/matplotlib-1.4.2.ebuild
24 +++ b/dev-python/matplotlib/matplotlib-1.4.2.ebuild
25 @@ -202,6 +202,7 @@ python_configure() {
26 wrap_setup() {
27 local MPLSETUPCFG=${BUILD_DIR}/setup.cfg
28 export MPLSETUPCFG
29 + unset DISPLAY
30
31 # Note: remove build... if switching to out-of-source build
32 "${@}" build --build-lib="${BUILD_DIR}"/build/lib
33
34 diff --git a/dev-python/matplotlib/matplotlib-1.4.3.ebuild b/dev-python/matplotlib/matplotlib-1.4.3.ebuild
35 index a31fa3f..86adcbf 100644
36 --- a/dev-python/matplotlib/matplotlib-1.4.3.ebuild
37 +++ b/dev-python/matplotlib/matplotlib-1.4.3.ebuild
38 @@ -219,6 +219,7 @@ python_configure() {
39 wrap_setup() {
40 local MPLSETUPCFG=${BUILD_DIR}/setup.cfg
41 export MPLSETUPCFG
42 + unset DISPLAY
43
44 # Note: remove build... if switching to out-of-source build
45 "${@}" build --build-lib="${BUILD_DIR}"/build/lib
46
47 diff --git a/dev-python/matplotlib/matplotlib-1.5.0.ebuild b/dev-python/matplotlib/matplotlib-1.5.0.ebuild
48 index f644ffe..cc6fe7e 100644
49 --- a/dev-python/matplotlib/matplotlib-1.5.0.ebuild
50 +++ b/dev-python/matplotlib/matplotlib-1.5.0.ebuild
51 @@ -224,6 +224,7 @@ python_configure() {
52 wrap_setup() {
53 local MPLSETUPCFG=${BUILD_DIR}/setup.cfg
54 export MPLSETUPCFG
55 + unset DISPLAY
56
57 # Note: remove build... if switching to out-of-source build
58 "${@}" build --build-lib="${BUILD_DIR}"/build/lib
59
60 diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild b/dev-python/matplotlib/matplotlib-9999.ebuild
61 index 64665e7..a62eac5 100644
62 --- a/dev-python/matplotlib/matplotlib-9999.ebuild
63 +++ b/dev-python/matplotlib/matplotlib-9999.ebuild
64 @@ -215,6 +215,7 @@ python_configure() {
65 wrap_setup() {
66 local MPLSETUPCFG=${BUILD_DIR}/setup.cfg
67 export MPLSETUPCFG
68 + unset DISPLAY
69
70 # Note: remove build... if switching to out-of-source build
71 "${@}" build --build-lib="${BUILD_DIR}"/build/lib