From: Georgy Yakovlev Date: Tue, 15 May 2018 00:57:47 +0000 (-0700) Subject: sys-apps/busybox: QA don't use dohtml X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1d0e740b496c3e69fb3c1f13a524e42399a81bd2;p=gentoo.git sys-apps/busybox: QA don't use dohtml Fixes: QA: install 'dohtml' is deprecated in EAPI '6' Also install html docs into html subdir. Before that html docs ended up in pod, because of 'docinto pod' above Package-Manager: Portage-2.3.36, Repoman-2.3.9 --- diff --git a/sys-apps/busybox/busybox-1.28.3.ebuild b/sys-apps/busybox/busybox-1.28.3.ebuild index f28bf04dfd72..ea0b4ce81fb0 100644 --- a/sys-apps/busybox/busybox-1.28.3.ebuild +++ b/sys-apps/busybox/busybox-1.28.3.ebuild @@ -285,7 +285,8 @@ src_install() { dodoc *.txt docinto pod dodoc *.pod - dohtml *.html + docinto html + dodoc *.html cd ../examples docinto examples diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index f28bf04dfd72..ea0b4ce81fb0 100644 --- a/sys-apps/busybox/busybox-9999.ebuild +++ b/sys-apps/busybox/busybox-9999.ebuild @@ -285,7 +285,8 @@ src_install() { dodoc *.txt docinto pod dodoc *.pod - dohtml *.html + docinto html + dodoc *.html cd ../examples docinto examples