summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-14 21:04:59 +0200
committerMichał Górny <mgorny@gentoo.org>2017-04-25 19:57:54 +0200
commita1a3f0cf2106e1570673b4e1f0c23461fec5f546 (patch)
tree74433df2b28a2f249b2fcc7ae7252a159988df75
parenteutils.eclass: make_desktop_entry, replace unnecessary extglob (diff)
downloadgentoo-a1a3f0cf2106e1570673b4e1f0c23461fec5f546.tar.gz
gentoo-a1a3f0cf2106e1570673b4e1f0c23461fec5f546.tar.bz2
gentoo-a1a3f0cf2106e1570673b4e1f0c23461fec5f546.zip
eutils.eclass: Remove implicit epunt-cxx inherit
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.
-rw-r--r--eclass/eutils.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index e66b40424234..fe4339f6b89a 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