diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-08-05 17:19:27 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-08-05 17:21:59 -0400 |
commit | b61f4c7cc1c24ec2d96ecf2a76d553ca80f5655b (patch) | |
tree | 86ca1021a0fbe6a6fb0cad41cf46326b933f5d21 /dev-python/llfuse | |
parent | dev-php/PEAR-PHP_CodeSniffer: rename to dev-php/PHP_CodeSniffer. (diff) | |
download | gentoo-b61f4c7cc1c24ec2d96ecf2a76d553ca80f5655b.tar.gz gentoo-b61f4c7cc1c24ec2d96ecf2a76d553ca80f5655b.tar.bz2 gentoo-b61f4c7cc1c24ec2d96ecf2a76d553ca80f5655b.zip |
dev-python/llfuse: don't use EXAMPLES for EAPI 6 (bug #590450)
Diffstat (limited to 'dev-python/llfuse')
-rw-r--r-- | dev-python/llfuse/llfuse-1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/llfuse/llfuse-1.1.ebuild b/dev-python/llfuse/llfuse-1.1.ebuild index 3805b28f8025..755d02cc1a91 100644 --- 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 } |