projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1c4804
)
epatch.eclass: Add missing estack inherit
author
Michał Górny
<mgorny@gentoo.org>
Tue, 21 Mar 2017 16:05:20 +0000
(17:05 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 24 Mar 2017 16:32:29 +0000
(17:32 +0100)
eclass/epatch.eclass
patch
|
blob
|
history
diff --git
a/eclass/epatch.eclass
b/eclass/epatch.eclass
index fb0a10b53583e77ab4a50e766616b468ca1bf902..905f68f8ef2273b63d82ab35471e731538ad40b3 100644
(file)
--- 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.