Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] epatch.eclass: Split epatch* logic from eutils
Date: Sat, 11 Mar 2017 14:04:59
Message-Id: 1ab56491-527f-7823-fc47-65ac0336d0f3@gentoo.org
In Reply to: [gentoo-dev] [PATCH] epatch.eclass: Split epatch* logic from eutils by "Michał Górny"
1 On 03/11/2017 08:51 AM, Michał Górny wrote:
2 >
3 > However, the inherit will be removed in EAPI 7
4 >
5 > ...
6 >
7 > -inherit estack multilib toolchain-funcs
8 > +inherit epatch estack multilib toolchain-funcs
9 >
10
11 Would it hurt to do that now, so that we don't forget when EAPI 7 comes?
12 For EAPI=0 to 6, inherit them all; otherwise, inherit the old set of
13 eclasses (without estack or epatch).

Replies