commit:     214caa685add25c48f0f3af8a09a8aa00b59676c
Author:     Eugene Bright <eugene <AT> bright <DOT> gdn>
AuthorDate: Sun Jul  7 00:06:12 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 18:45:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214caa68

dev-lang/jimtcl-0.78-r2: EAPI=7 compliance

dohtml is replaces with docinto+dodoc.

Closes: https://bugs.gentoo.org/689378
Signed-off-by: Eugene Bright <eugene <AT> bright.gdn>
Closes: https://github.com/gentoo/gentoo/pull/12396
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-lang/jimtcl/jimtcl-0.78-r2.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild 
b/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild
index 3ac6eaadb70..7a48165e307 100644
--- a/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild
+++ b/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild
@@ -23,7 +23,7 @@ DEPEND="
 "
 
 PATCHES="
-       ${FILESDIR}/${PN}-0.78-no-bootstrap.patch
+       "${FILESDIR}"/${PN}-0.78-no-bootstrap.patch
 "
 
 src_configure() {
@@ -52,5 +52,8 @@ src_install() {
        doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h \
                jim-win32compat.h jim-eventloop.h jim-config.h
        dodoc AUTHORS README TODO
-       use doc && dohtml Tcl.html
+       if use doc; then
+               docinto html
+               dodoc Tcl.html
+       fi
 }

Reply via email to