dev-python/nose: Do not use banned EXAMPLES in EAPI 6
authorMing Dai <radaiming@gmail.com>
Mon, 18 Apr 2016 13:47:14 +0000 (21:47 +0800)
committerIan Delaney <idella4@gentoo.org>
Mon, 18 Apr 2016 16:15:51 +0000 (00:15 +0800)
Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1299

Signed-off-by: Ian Delaney <idella4@gentoo.org>
dev-python/nose/nose-9999.ebuild

index 67dd10344de9348ee38e71b5e4120e9cd9a97d77..83a56db46879d6937373e19bfa9c5feeb65d9014 100644 (file)
@@ -83,7 +83,7 @@ python_install() {
 }
 
 python_install_all() {
-       use examples && local EXAMPLES=( examples/. )
+       use examples && dodoc -r examples
        use doc && HTML_DOCS=( doc/.build/html/. )
        distutils-r1_python_install_all
 }