From 53d1880d2ddfe87d3e0a458910abfae99d30dc41 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 9 Dec 2015 18:46:53 +0100 Subject: dev-python/matplotlib: Restrict *_all() to python2 when USE=doc --- dev-python/matplotlib/matplotlib-1.5.0.ebuild | 1 + dev-python/matplotlib/matplotlib-9999.ebuild | 1 + 2 files changed, 2 insertions(+) (limited to 'dev-python/matplotlib') diff --git a/dev-python/matplotlib/matplotlib-1.5.0.ebuild b/dev-python/matplotlib/matplotlib-1.5.0.ebuild index c1a2fc658881..3bde29fa6053 100644 --- a/dev-python/matplotlib/matplotlib-1.5.0.ebuild +++ b/dev-python/matplotlib/matplotlib-1.5.0.ebuild @@ -111,6 +111,7 @@ DISTUTILS_IN_SOURCE_BUILD=1 pkg_setup() { unset DISPLAY # bug #278524 + use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 ) } use_setup() { diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild b/dev-python/matplotlib/matplotlib-9999.ebuild index bad2f740c7ae..59cad2227932 100644 --- a/dev-python/matplotlib/matplotlib-9999.ebuild +++ b/dev-python/matplotlib/matplotlib-9999.ebuild @@ -110,6 +110,7 @@ DISTUTILS_IN_SOURCE_BUILD=1 pkg_setup() { unset DISPLAY # bug #278524 + use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 ) } use_setup() { -- cgit v1.2.3-65-gdbad