diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-09 12:11:30 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-09 13:19:21 +0100 |
commit | aba32159d86c6953ec94777879c3f97b54bce963 (patch) | |
tree | 05144dd9a773a5518e431f4a59c40a461e636dd7 /dev-python/pyparsing | |
parent | dev-python/python-levenshtein: Drop old (diff) | |
download | gentoo-aba32159d86c6953ec94777879c3f97b54bce963.tar.gz gentoo-aba32159d86c6953ec94777879c3f97b54bce963.tar.bz2 gentoo-aba32159d86c6953ec94777879c3f97b54bce963.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/pyparsing')
-rw-r--r-- | dev-python/pyparsing/pyparsing-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyparsing/pyparsing-2.1.0.ebuild b/dev-python/pyparsing/pyparsing-2.1.0.ebuild index 293d8b210f1b..95c9a0cd650a 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 } |