Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/
Date: Wed, 09 Dec 2015 19:07:17
Message-Id: 1449688007.53d1880d2ddfe87d3e0a458910abfae99d30dc41.mgorny@gentoo
1 commit: 53d1880d2ddfe87d3e0a458910abfae99d30dc41
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 9 17:46:53 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 9 19:06:47 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d1880d
7
8 dev-python/matplotlib: Restrict *_all() to python2 when USE=doc
9
10 dev-python/matplotlib/matplotlib-1.5.0.ebuild | 1 +
11 dev-python/matplotlib/matplotlib-9999.ebuild | 1 +
12 2 files changed, 2 insertions(+)
13
14 diff --git a/dev-python/matplotlib/matplotlib-1.5.0.ebuild b/dev-python/matplotlib/matplotlib-1.5.0.ebuild
15 index c1a2fc6..3bde29f 100644
16 --- a/dev-python/matplotlib/matplotlib-1.5.0.ebuild
17 +++ b/dev-python/matplotlib/matplotlib-1.5.0.ebuild
18 @@ -111,6 +111,7 @@ DISTUTILS_IN_SOURCE_BUILD=1
19
20 pkg_setup() {
21 unset DISPLAY # bug #278524
22 + use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 )
23 }
24
25 use_setup() {
26
27 diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild b/dev-python/matplotlib/matplotlib-9999.ebuild
28 index bad2f74..59cad22 100644
29 --- a/dev-python/matplotlib/matplotlib-9999.ebuild
30 +++ b/dev-python/matplotlib/matplotlib-9999.ebuild
31 @@ -110,6 +110,7 @@ DISTUTILS_IN_SOURCE_BUILD=1
32
33 pkg_setup() {
34 unset DISPLAY # bug #278524
35 + use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 )
36 }
37
38 use_setup() {