Stop inheriting the epunt-cxx eclass in eutils implicitly. All the uses
in ::gentoo are fixed already, and this lets us add extra dependencies
in the eclass without affecting most of the packages out there.
---
eclass/eutils.eclass | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index ea2a76200f09..d5dbffabf295 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -20,8 +20,7 @@ _EUTILS_ECLASS=1
# implicitly inherited (now split) eclasses
case ${EAPI:-0} in
0|1|2|3|4|5|6)
- # note: we want to remove epunt-cxx retroactively for #566424
- inherit epatch epunt-cxx estack ltprune multilib toolchain-funcs
+ inherit epatch estack ltprune multilib toolchain-funcs
;;
esac
--
2.12.2