From 1d0e740b496c3e69fb3c1f13a524e42399a81bd2 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Mon, 14 May 2018 17:57:47 -0700 Subject: [PATCH] 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 --- sys-apps/busybox/busybox-1.28.3.ebuild | 3 ++- sys-apps/busybox/busybox-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.26.2