On Mon, Jul 15, 2019 at 1:41 AM Ulrich Mueller <u...@gentoo.org> wrote: > > >>>>> On Mon, 15 Jul 2019, Mike Gilbert wrote: > > > + [[ -z ${ED+set} ]] && local ED=${D%/}${EPREFIX}/ > > Wouldn't this be a good time to drop such historical baggage, and > instead only support EAPIs where ED is defined? (I see the occasional > EAPI=4 in your list of ebuilds, but nothing older.)
Yes, I suppose that makes sense. I'll send a patch when I have time.