Re: [gentoo-dev] [PATCH 3/6] epatch.eclass: Deprecate in EAPI 6

2018-03-06 Thread Ulrich Mueller
> On Tue, 06 Mar 2018, Michał Górny wrote: > W dniu wto, 06.03.2018 o godzinie 18∶41 +0100, użytkownik Ulrich Mueller > napisał: >> > > > > > On Tue, 6 Mar 2018, Michał Górny wrote: >> > + 6) >> > + # for eqawarn >> > + [[ -z ${_EUTILS_ECLASS} ]] && inherit eutils >> >

Re: [gentoo-dev] [PATCH 3/6] epatch.eclass: Deprecate in EAPI 6

2018-03-06 Thread Michał Górny
W dniu wto, 06.03.2018 o godzinie 18∶41 +0100, użytkownik Ulrich Mueller napisał: > > > > > > On Tue, 6 Mar 2018, Michał Górny wrote: > > + 6) > > + # for eqawarn > > + [[ -z ${_EUTILS_ECLASS} ]] && inherit eutils > > ;; > > NACK. With this you defeat the whole pu

Re: [gentoo-dev] [PATCH 3/6] epatch.eclass: Deprecate in EAPI 6

2018-03-06 Thread Ulrich Mueller
> On Tue, 6 Mar 2018, Michał Górny wrote: > + 6) > + # for eqawarn > + [[ -z ${_EUTILS_ECLASS} ]] && inherit eutils > ;; NACK. With this you defeat the whole purpose of splitting things off from eutils. In turn, eutils inherits a dozen of other eclass

[gentoo-dev] [PATCH 3/6] epatch.eclass: Deprecate in EAPI 6

2018-03-06 Thread Michał Górny
--- eclass/epatch.eclass | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/eclass/epatch.eclass b/eclass/epatch.eclass index 8e03478c26ce..e3178ff40020 100644 --- a/eclass/epatch.eclass +++ b/eclass/epatch.eclass @@ -12,7 +12,11 @@ if [[ -z ${_EPATCH_ECLASS} ]]; then