From: Keri Harris Date: Sun, 13 Oct 2019 14:31:51 +0000 (+0200) Subject: dev-lang/interprolog: do not call dohtml with EAPI 7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=38a031f319ac0141f063bf0c778351f62b023b4c;p=gentoo.git dev-lang/interprolog: do not call dohtml with EAPI 7 Signed-off-by: Keri Harris Package-Manager: Portage-2.3.76, Repoman-2.3.11 --- diff --git a/dev-lang/interprolog/interprolog-2.1.2.ebuild b/dev-lang/interprolog/interprolog-2.1.2.ebuild index afa655e41ffc..fbd13ff599a8 100644 --- a/dev-lang/interprolog/interprolog-2.1.2.ebuild +++ b/dev-lang/interprolog/interprolog-2.1.2.ebuild @@ -51,8 +51,8 @@ src_install() { if use doc ; then java-pkg_dohtml -r docs/* - dohtml INSTALL.htm faq.htm prologAPI.htm - dohtml -r images + dodoc INSTALL.htm faq.htm prologAPI.htm + dodoc -r images dodoc PaperEPIA01.doc fi }