projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a254ec8
)
dev-python/pyparsing: Don't use banned EXAMPLES
author
Justin Lecher
<jlec@gentoo.org>
Tue, 9 Feb 2016 11:11:30 +0000
(12:11 +0100)
committer
Justin Lecher
<jlec@gentoo.org>
Tue, 9 Feb 2016 12:19:21 +0000
(13:19 +0100)
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=574232
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/pyparsing/pyparsing-2.1.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pyparsing/pyparsing-2.1.0.ebuild
b/dev-python/pyparsing/pyparsing-2.1.0.ebuild
index 293d8b210f1be79b55ec2ec11b11719bff011a34..95c9a0cd650ab141838bbbc76998f940ff45d18e 100644
(file)
--- a/
dev-python/pyparsing/pyparsing-2.1.0.ebuild
+++ b/
dev-python/pyparsing/pyparsing-2.1.0.ebuild
@@
-29,7
+29,7
@@
python_install_all() {
HTML_DOCS+=( htmldoc/. )
dodoc docs/*.pdf
fi
- use examples &&
local EXAMPLES=( examples/. )
+ use examples &&
dodoc -r examples
distutils-r1_python_install_all
}