diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-12-09 18:46:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-12-09 20:06:47 +0100 |
commit | 53d1880d2ddfe87d3e0a458910abfae99d30dc41 (patch) | |
tree | 783a13e499df2d80bad1bf34595e5a0ae53a265c /dev-python/matplotlib | |
parent | dev-python/kombu: Restrict *_all() phases to py2 (diff) | |
download | gentoo-53d1880d2ddfe87d3e0a458910abfae99d30dc41.tar.gz gentoo-53d1880d2ddfe87d3e0a458910abfae99d30dc41.tar.bz2 gentoo-53d1880d2ddfe87d3e0a458910abfae99d30dc41.zip |
dev-python/matplotlib: Restrict *_all() to python2 when USE=doc
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.5.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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() { |