projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
361779a
)
dev-python/nose: Do not use banned EXAMPLES in EAPI 6
author
Ming Dai
<radaiming@gmail.com>
Mon, 18 Apr 2016 13:47:14 +0000
(21:47 +0800)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/dev-python/nose/nose-9999.ebuild
b/dev-python/nose/nose-9999.ebuild
index 67dd10344de9348ee38e71b5e4120e9cd9a97d77..83a56db46879d6937373e19bfa9c5feeb65d9014 100644
(file)
--- 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
}