diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-11-21 16:50:13 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-11-21 16:50:13 +0100 |
commit | d897ded3b417b49de0976ba853761dc59be5f4fa (patch) | |
tree | 207242eda3afc24782905e16fb2917ddb8f34022 /dev-vcs | |
parent | net-fs/cifs-utils: Another revbump to fix incomplete USE="pam" support. (diff) | |
download | gentoo-d897ded3b417b49de0976ba853761dc59be5f4fa.tar.gz gentoo-d897ded3b417b49de0976ba853761dc59be5f4fa.tar.bz2 gentoo-d897ded3b417b49de0976ba853761dc59be5f4fa.zip |
dev-vcs/tortoisehg: Don't use dohtml with EAPI-6.
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-4.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-4.0.ebuild b/dev-vcs/tortoisehg/tortoisehg-4.0.ebuild index c5d115921ab2..ae3a7bde3b80 100644 --- a/dev-vcs/tortoisehg/tortoisehg-4.0.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-4.0.ebuild @@ -65,7 +65,8 @@ python_install_all() { distutils-r1_python_install_all dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc if use doc ; then - dohtml -r doc/build/html/ + docinto html + dodoc -r doc/build/html/ fi newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg domenu contrib/thg.desktop |