Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH] epatch.eclass: Add missing estack inherit
Date: Tue, 21 Mar 2017 16:07:25
Message-Id: 20170321160705.24651-1-mgorny@gentoo.org
1 //
2
3 Since this does not affect existing ebuilds, I'd like to apply it along
4 with the epunt-cxx patch to avoid two major cache regens a week ;-).
5
6 ---
7 eclass/epatch.eclass | 2 ++
8 1 file changed, 2 insertions(+)
9
10 diff --git a/eclass/epatch.eclass b/eclass/epatch.eclass
11 index fb0a10b53583..905f68f8ef22 100644
12 --- a/eclass/epatch.eclass
13 +++ b/eclass/epatch.eclass
14 @@ -11,6 +11,8 @@
15
16 if [[ -z ${_EPATCH_ECLASS} ]]; then
17
18 +inherit estack
19 +
20 # @VARIABLE: EPATCH_SOURCE
21 # @DESCRIPTION:
22 # Default directory to search for patches.
23 --
24 2.12.0

Replies

Subject Author
Re: [gentoo-dev] [PATCH] epatch.eclass: Add missing estack inherit "Michał Górny" <mgorny@g.o>