dev-python/matplotlib: Restrict *_all() to python2 when USE=doc

This commit is contained in:
Michał Górny
2015-12-09 18:46:53 +01:00
parent 607cdd0cda
commit 53d1880d2d
2 changed files with 2 additions and 0 deletions

View File

@@ -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() {