The ebuild lgi-0.9.0-r1 uses EAPI=7 which does not support dohtml. Reproducible: Always The ebuild lgi-0.9.0-r1 uses EAPI=7 which does not support dohtml.
Created attachment 590364 [details] ebuild log
And risking things like this is why I try not to perform seemingly "free" EAPI bumps when I'm fixing something that's just dependencies ;). But eh. Being human is hard sometimes. Blame bug #688886
(In reply to Kent Fredric (IRC: kent\n) from comment #2) > And risking things like this is why I try not to perform seemingly "free" > EAPI bumps when I'm fixing something that's just dependencies ;). But eh. > Being human is hard sometimes. > > Blame bug #688886 I don't understand the point of your comment.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4673d6ed944e1f384597731051ff0e83f9d1adf commit a4673d6ed944e1f384597731051ff0e83f9d1adf Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2019-09-20 19:07:35 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2019-09-20 19:07:59 +0000 dev-lua/lgi: fix dohtml use in src_install(), bug #694958 Ebuild failed at src_install() as: ``` * ERROR: dev-lua/lgi-0.9.0-r1::gentoo failed (install phase): * 'dohtml' has been banned for EAPI '7' ``` Switched to the direct 'dodoc'. While at it disabled compression for provided samples and markdown docs. Reported-by: dashmz@web.de Closes: https://bugs.gentoo.org/694958 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> dev-lua/lgi/lgi-0.9.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)