Re: [gentoo-dev] [PATCH 1/2] eclass/eutils.eclass: drop ltprune inherit

2021-07-27 Thread Ulrich Mueller
> On Tue, 27 Jul 2021, Conrad Kostecki wrote:

> No ebuilds remaining to call directly prune_libtool_files,
> so we could drop the ltprune inherit in eutils.

I see very little benefit, because a) the indirect inherit is limited to
EAPIs 5 and 6, and b) eutils is deprecated. OTOH, there's some risk of
(silent) breakage, because one can assume that eutils is still widely
used in overlays.

Ulrich


signature.asc
Description: PGP signature


[gentoo-dev] [PATCH 1/2] eclass/eutils.eclass: drop ltprune inherit

2021-07-26 Thread Conrad Kostecki
No ebuilds remaining to call directly prune_libtool_files,
so we could drop the ltprune inherit in eutils.

Signed-off-by: Conrad Kostecki 
---
 eclass/eutils.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 207d05e7f97..8a7cb6bde53 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -25,7 +25,7 @@ _EUTILS_ECLASS=1
 # implicitly inherited (now split) eclasses
 case ${EAPI} in
5|6)
-   inherit desktop edos2unix epatch estack ltprune multilib \
+   inherit desktop edos2unix epatch estack multilib \
preserve-libs strip-linguas toolchain-funcs vcs-clean 
wrapper
;;
7) inherit edos2unix strip-linguas wrapper ;;
-- 
2.32.0