Skip to content

Commit

Permalink
dev-python/pylint: Don't use EXAMPLES in EAPI-6 ebuilds.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
Lars Wendler committed Feb 6, 2017
1 parent be0cb8c commit ef02ddd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev-python/pylint/pylint-1.6.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ python_test() {

python_install_all() {
doman man/{pylint,pyreverse}.1
use examples && local EXAMPLES=( examples/. )
if use examples ; then
docinto examples
dodoc -r examples/.
fi
use doc && local HTML_DOCS=( doc/_build/singlehtml/. )
distutils-r1_python_install_all
}
Expand Down

0 comments on commit ef02ddd

Please sign in to comment.