Skip to content

Commit

Permalink
dev-lang/jimtcl-r2: EAPI=7 compliance
Browse files Browse the repository at this point in the history
dohtml is replaces with docinto+dodoc.

Closes: https://bugs.gentoo.org/689378
Signed-off-by: Eugene Bright <eugene@bright.gdn>
  • Loading branch information
eugene-bright committed Jul 7, 2019
1 parent 5bbc9cb commit f66620e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev-lang/jimtcl/jimtcl-0.78-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,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 doc; then
docinto html
dodoc Tcl.html
fi
}

0 comments on commit f66620e

Please sign in to comment.