Re: [gentoo-dev] [PATCH] eutils.eclass: Drop EAPI 7

2023-08-30 Thread Ulrich Mueller
In spite of the deprecation warning being in place for more than a year, this seems to have caused errors with EAPI 7 ebuilds in some overlays. Since we see some strange fixes, like downgrading of ebuilds to EAPI 6 (which is banned), here's a quick recipe for overlay maintainers how to go for

[gentoo-dev] [PATCH] eutils.eclass: Drop EAPI 7

2023-08-26 Thread Ulrich Müller
Remove placeholders for emktemp, path_exists and use_if_iuse, which are all non-functional since more than one year. Signed-off-by: Ulrich Müller --- eclass/eutils.eclass | 26 ++ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/eclass/eutils.eclass