From: Ming Dai Date: Mon, 18 Apr 2016 13:47:14 +0000 (+0800) Subject: dev-python/nose: Do not use banned EXAMPLES in EAPI 6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=118693c3643a7afcf32d7e0d5c9726230fd2e879;p=gentoo.git 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 --- 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 }