Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 29/44] meson.eclass: Set @PROVIDES
Date: Thu, 02 Sep 2021 14:19:31
Message-Id: a044be860db6115a52db806fa19275483bbd6a2a.camel@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH 29/44] meson.eclass: Set @PROVIDES by Mike Gilbert
1 On Thu, 2021-09-02 at 10:17 -0400, Mike Gilbert wrote:
2 > On Thu, Sep 2, 2021 at 6:47 AM Michał Górny <mgorny@g.o> wrote:
3 > >
4 > > Signed-off-by: Michał Górny <mgorny@g.o>
5 > > ---
6 > > eclass/meson.eclass | 1 +
7 > > 1 file changed, 1 insertion(+)
8 > >
9 > > diff --git a/eclass/meson.eclass b/eclass/meson.eclass
10 > > index eaff26709a75..c5e3b91f9a15 100644
11 > > --- a/eclass/meson.eclass
12 > > +++ b/eclass/meson.eclass
13 > > @@ -6,6 +6,7 @@
14 > > # William Hubbs <williamh@g.o>
15 > > # Mike Gilbert <floppym@g.o>
16 > > # @SUPPORTED_EAPIS: 6 7 8
17 > > +# @PROVIDES: ninja-utils
18 > > # @BLURB: common ebuild functions for meson-based packages
19 > > # @DESCRIPTION:
20 > > # This eclass contains the default phase functions for packages which
21 > > --
22 > > 2.33.0
23 >
24 > Please drop this patch. meson.eclass does not use ninja-utils since
25 > 5974284d8cb3c2b6d3dab3ad83c2f270db3b0798, and we certainly don't want
26 > to implicitly provide it to consumers.
27 >
28 > We should probably remove the ninja-utils inherit from meson.eclass instead.
29 >
30
31 Removed.
32
33 --
34 Best regards,
35 Michał Górny