Re: [gentoo-dev] [PATCH 1/2] ninja-utils.eclass: EAPI 8 support

2021-06-24 Thread David Michael
On Thu, Jun 24, 2021 at 12:51 PM Ulrich Mueller wrote: > > On Thu, 24 Jun 2021, David Michael wrote: > > --- a/eclass/ninja-utils.eclass > > +++ b/eclass/ninja-utils.eclass > > @@ -1,4 +1,4 @@ > > -# Copyright 1999-2018 Gentoo Foundation > > +# Copyright 1999-2021 Gentoo Foundation > > Please

Re: [gentoo-dev] [PATCH 1/2] ninja-utils.eclass: EAPI 8 support

2021-06-24 Thread Ulrich Mueller
> On Thu, 24 Jun 2021, David Michael wrote: > --- a/eclass/ninja-utils.eclass > +++ b/eclass/ninja-utils.eclass > @@ -1,4 +1,4 @@ > -# Copyright 1999-2018 Gentoo Foundation > +# Copyright 1999-2021 Gentoo Foundation Please update to "Gentoo Authors". > # Distributed under the terms of the G

[gentoo-dev] [PATCH 1/2] ninja-utils.eclass: EAPI 8 support

2021-06-24 Thread David Michael
Also drop support for EAPIs < 5 to match multiprocessing.eclass. Signed-off-by: David Michael --- Hi, Here are a couple patches to support EAPI 8 with meson packages. I also posted this to https://github.com/gentoo/gentoo/pull/21409 for review. Thanks. David eclass/ninja-utils.eclass | 12