Gentoo Archives: gentoo-dev

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

Replies

Subject Author
Re: [gentoo-dev] [PATCH 29/44] meson.eclass: Set @PROVIDES "Michał Górny" <mgorny@g.o>