//
Since this does not affect existing ebuilds, I'd like to apply it along
with the epunt-cxx patch to avoid two major cache regens a week ;-).
---
eclass/epatch.eclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/eclass/epatch.eclass b/eclass/epatch.eclass
index fb0a10b53583..905f68f8ef22 100644
--- a/eclass/epatch.eclass
+++ b/eclass/epatch.eclass
@@ -11,6 +11,8 @@
if [[ -z ${_EPATCH_ECLASS} ]]; then
+inherit estack
+
# @VARIABLE: EPATCH_SOURCE
# @DESCRIPTION:
# Default directory to search for patches.
--
2.12.0