summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Dai <radaiming@gmail.com>2016-04-18 21:47:14 +0800
committerIan Delaney <idella4@gentoo.org>2016-04-19 00:15:51 +0800
commit118693c3643a7afcf32d7e0d5c9726230fd2e879 (patch)
tree980a92a7f2d9db7f1e31285dc3a1105702477a0e /dev-python/nose
parentdev-python/pysnmp: Do not use banned EXAMPLES in EAPI 6 (diff)
downloadgentoo-118693c3643a7afcf32d7e0d5c9726230fd2e879.tar.gz
gentoo-118693c3643a7afcf32d7e0d5c9726230fd2e879.tar.bz2
gentoo-118693c3643a7afcf32d7e0d5c9726230fd2e879.zip
dev-python/nose: Do not use banned EXAMPLES in EAPI 6
Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1299 Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'dev-python/nose')
-rw-r--r--dev-python/nose/nose-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nose/nose-9999.ebuild b/dev-python/nose/nose-9999.ebuild
index 67dd10344de9..83a56db46879 100644
--- a/dev-python/nose/nose-9999.ebuild
+++ b/dev-python/nose/nose-9999.ebuild
@@ -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
}