summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Bright <eugene@bright.gdn>2019-07-07 03:06:12 +0300
committerMichał Górny <mgorny@gentoo.org>2019-07-20 20:45:25 +0200
commit214caa685add25c48f0f3af8a09a8aa00b59676c (patch)
treee988c5ff67fdc1ac27839872eebbb1ab6feef1f9 /dev-lang/jimtcl/jimtcl-0.78-r2.ebuild
parentdev-lang/jimtcl-0.78-r2: Disable bootstrapping (diff)
downloadgentoo-214caa685add25c48f0f3af8a09a8aa00b59676c.tar.gz
gentoo-214caa685add25c48f0f3af8a09a8aa00b59676c.tar.bz2
gentoo-214caa685add25c48f0f3af8a09a8aa00b59676c.zip
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@bright.gdn> Closes: https://github.com/gentoo/gentoo/pull/12396 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/jimtcl/jimtcl-0.78-r2.ebuild')
-rw-r--r--dev-lang/jimtcl/jimtcl-0.78-r2.ebuild7
1 files 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 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
}