dev-lang/jimtcl-0.78-r2: EAPI=7 compliance
authorEugene Bright <eugene@bright.gdn>
Sun, 7 Jul 2019 00:06:12 +0000 (03:06 +0300)
committerMichał Górny <mgorny@gentoo.org>
Sat, 20 Jul 2019 18:45:25 +0000 (20:45 +0200)
dohtml is replaces with docinto+dodoc.

Closes: https://bugs.gentoo.org/689378
Signed-off-by: Eugene Bright <eugene@bright.gdn>
Closes: https://github.com/gentoo/gentoo/pull/12396
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-lang/jimtcl/jimtcl-0.78-r2.ebuild

index 3ac6eaadb701564cc4234c47530e91af61696385..7a48165e307517e9df1fa5d5a569a6af997efe81 100644 (file)
@@ -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
 }