Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 3/6] epatch.eclass: Deprecate in EAPI 6
Date: Tue, 06 Mar 2018 17:59:50
Message-Id: 1520359178.1429.13.camel@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH 3/6] epatch.eclass: Deprecate in EAPI 6 by Ulrich Mueller
1 W dniu wto, 06.03.2018 o godzinie 18∶41 +0100, użytkownik Ulrich Mueller
2 napisał:
3 > > > > > > On Tue, 6 Mar 2018, Michał Górny wrote:
4 > > + 6)
5 > > + # for eqawarn
6 > > + [[ -z ${_EUTILS_ECLASS} ]] && inherit eutils
7 > > ;;
8 >
9 > NACK. With this you defeat the whole purpose of splitting things off
10 > from eutils. In turn, eutils inherits a dozen of other eclasses in
11 > EAPI 6. (Same for ltprune.eclass in patch 5/6.)
12
13 Yeah, you have a point there. Time to split eqawarn into its own eclass?
14 ;-)
15
16 > Also _EUTILS_ECLASS is an internal variable of eutils and should not
17 > be accessed outside of it.
18 >
19 > Ulrich
20
21 --
22 Best regards,
23 Michał Górny

Replies

Subject Author
Re: [gentoo-dev] [PATCH 3/6] epatch.eclass: Deprecate in EAPI 6 Ulrich Mueller <ulm@g.o>