commit: aba32159d86c6953ec94777879c3f97b54bce963 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Feb 9 11:11:30 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Feb 9 12:19:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba32159
dev-python/pyparsing: Don't use banned EXAMPLES Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=574232 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/pyparsing/pyparsing-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyparsing/pyparsing-2.1.0.ebuild b/dev-python/pyparsing/pyparsing-2.1.0.ebuild index 293d8b2..95c9a0c 100644 --- 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 }
