Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-dev] [PATCH 3/6] epatch.eclass: Deprecate in EAPI 6
Date: Tue, 06 Mar 2018 17:41:11
Message-Id: 23198.53932.349749.291656@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-dev] [PATCH 3/6] epatch.eclass: Deprecate in EAPI 6 by "Michał Górny"
1 >>>>> On Tue, 6 Mar 2018, Michał Górny wrote:
2
3 > + 6)
4 > + # for eqawarn
5 > + [[ -z ${_EUTILS_ECLASS} ]] && inherit eutils
6 > ;;
7
8 NACK. With this you defeat the whole purpose of splitting things off
9 from eutils. In turn, eutils inherits a dozen of other eclasses in
10 EAPI 6. (Same for ltprune.eclass in patch 5/6.)
11
12 Also _EUTILS_ECLASS is an internal variable of eutils and should not
13 be accessed outside of it.
14
15 Ulrich

Replies

Subject Author
Re: [gentoo-dev] [PATCH 3/6] epatch.eclass: Deprecate in EAPI 6 "Michał Górny" <mgorny@g.o>