Created attachment 553576 [details] build.log Hi! msmtp-1.8.0-r1 fails to install with USE=doc because it uses dohtml in EAPI 7 ebuild: * ERROR: mail-mta/msmtp-1.8.0-r1::gentoo failed (install phase): * 'dohtml' has been banned for EAPI '7' The same problem affects 1.6.8-r2. The patch is simple, see below.
Created attachment 553578 [details, diff] eapi7.patch Replace dohtml by dodoc in EAPI 7 ebuilds. Only single html file is being installed anyway.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f3d2e8a13677127a01d90ae48b979389ded7ba commit 57f3d2e8a13677127a01d90ae48b979389ded7ba Author: Andrew Savchenko <bircoph@gentoo.org> AuthorDate: 2018-10-29 08:08:11 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2018-10-29 08:08:40 +0000 mail-mta/msmtp: dohtml is banned in EAPI-7 Closes: https://bugs.gentoo.org/669900 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 mail-mta/msmtp/msmtp-1.6.8-r2.ebuild | 5 ++--- mail-mta/msmtp/msmtp-1.8.0-r1.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-)