El dom, 17-06-2018 a las 19:47 -0500, Marty E. Plummer escribió:
> Use ${EROOT%/} whereever possible, as most of the directories and files
> used in conjunction with it have a leading /; add missing leading /
> where apropriate. Put sys-apps/sed into BDEPEND if EAPI 7, as it need to
> be executable on CBUILD.
>
> Signed-off-by: Marty E. Plummer <[email protected]>
> Package-Manager: Portage-2.3.40, Repoman-2.3.9
> ---
> eclass/gnome2-utils.eclass | 43 +++++++++++++++++++-------------------
> 1 file changed, 22 insertions(+), 21 deletions(-)
>
We would need to handle:
https://bugs.gentoo.org/615144#c12
to not need to workaround it in gimp ebuild (or any other using their customized
"DEPRECATED" macros) forever
I have also just seen this bug about needing to use EROOT in some tools:
https://bugs.gentoo.org/611030