projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d20f220
)
dev-python/llfuse: don't use EXAMPLES for EAPI 6 (bug #590450)
author
Tim Harder
<radhermit@gentoo.org>
Fri, 5 Aug 2016 21:19:27 +0000
(17:19 -0400)
committer
Tim Harder
<radhermit@gentoo.org>
Fri, 5 Aug 2016 21:21:59 +0000
(17:21 -0400)
dev-python/llfuse/llfuse-1.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/llfuse/llfuse-1.1.ebuild
b/dev-python/llfuse/llfuse-1.1.ebuild
index 3805b28f8025f3d1597f5f3158f4248d3acd5cd0..755d02cc1a91ae1afcbad7d42762d5d87ffd4cdc 100644
(file)
--- a/
dev-python/llfuse/llfuse-1.1.ebuild
+++ b/
dev-python/llfuse/llfuse-1.1.ebuild
@@
-34,6
+34,6
@@
python_test() {
python_install_all() {
use doc && local HTML_DOCS=( doc/html/. )
- use examples &&
local EXAMPLES=( examples/. )
+ use examples &&
dodoc -r examples
distutils-r1_python_install_all
}