On Thu, 2018-02-15 at 08:46 +0100, Guilherme Amadio wrote: > Most of the above only use usex, and terminus-font uses einstalldocs > as well. > I think these should be pretty easy to fix to not use eutils, or > simply > add 'inherit eutils' for these ebuilds, then remove from the eclass. > > I can help with testing by reading ebuilds more carefully and > emerging > them after the change in font.eclass.
einstalldocs is part of EAPI-6 and inherit eutils isn't needed for that if it's EAPI-6. In fact, eutils doesn't define it for EAPI-6, only 0-5. Same with usex, except that's builtin already in EAPI-5. Mart