From 214caa685add25c48f0f3af8a09a8aa00b59676c Mon Sep 17 00:00:00 2001 From: Eugene Bright Date: Sun, 7 Jul 2019 03:06:12 +0300 Subject: dev-lang/jimtcl-0.78-r2: EAPI=7 compliance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit dohtml is replaces with docinto+dodoc. Closes: https://bugs.gentoo.org/689378 Signed-off-by: Eugene Bright Closes: https://github.com/gentoo/gentoo/pull/12396 Signed-off-by: Michał Górny --- dev-lang/jimtcl/jimtcl-0.78-r2.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dev-lang/jimtcl/jimtcl-0.78-r2.ebuild') diff --git a/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild b/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild index 3ac6eaadb701..7a48165e3075 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 } -- cgit v1.2.3