When installing: /var/tmp/portage/x11-terms/mlterm-3.8.8/temp/environment: line XXX: doicon: command not found /var/tmp/portage/x11-terms/mlterm-3.8.8/temp/environment: line XXX: make_desktop_entry: command not found This is caused by changing EAPI="6" to EAPI="7" without updating list inherited eclasses. eutils.eclass contains: case ${EAPI:-0} in 0|1|2|3|4|5|6) inherit desktop epatch estack ltprune multilib preserve-libs \ toolchain-funcs vcs-clean ;; esac doicon and make_desktop_entry are defined in desktop.eclass, so 'inherit eutils' should be changed to 'inherit desktop'.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34494dcdab224944b0b0155a75a44dc0637850e commit c34494dcdab224944b0b0155a75a44dc0637850e Author: Akinori Hattori <hattya@gentoo.org> AuthorDate: 2019-09-21 02:57:48 +0000 Commit: Akinori Hattori <hattya@gentoo.org> CommitDate: 2019-09-21 02:59:02 +0000 x11-terms/mlterm: inherit desktop Closes: https://bugs.gentoo.org/694798 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Akinori Hattori <hattya@gentoo.org> x11-terms/mlterm/{mlterm-3.8.8.ebuild => mlterm-3.8.8-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)