commit:     5a61abad60e3d37619da1b06ad55770d5a397e45
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 16:05:20 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 16:32:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a61abad

epatch.eclass: Add missing estack inherit

 eclass/epatch.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/epatch.eclass b/eclass/epatch.eclass
index fb0a10b5358..905f68f8ef2 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.

Reply via email to