projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
107e485
)
dev-python/dulwich: Do not use banned EXAMPLES in EAPI 6
author
Ming Dai
<radaiming@gmail.com>
Mon, 18 Apr 2016 14:10:46 +0000
(22:10 +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/dulwich/dulwich-0.12.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/dulwich/dulwich-0.12.0-r1.ebuild
b/dev-python/dulwich/dulwich-0.12.0-r1.ebuild
index 9cbd12a7fa71af323304e536ef420c79ba12bd48..1aeaf038566d5080d0592eb8aeeb3ae59b4ff925 100644
(file)
--- a/
dev-python/dulwich/dulwich-0.12.0-r1.ebuild
+++ b/
dev-python/dulwich/dulwich-0.12.0-r1.ebuild
@@
-41,6
+41,6
@@
python_test() {
python_install_all() {
use doc && local HTML_DOCS=( docs/build/html/. )
- use examples &&
local EXAMPLES=( examples/. )
+ use examples &&
dodoc -r examples
distutils-r1_python_install_all
}