Gentoo Archives: gentoo-dev

From: Ionen Wolkens <ionen@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 1/1] linux-mod.eclass: enable EAPI 8, remove EAPI 5
Date: Sat, 12 Feb 2022 20:02:42
Message-Id: YggSWY+LwGn8GciL@eversor
In Reply to: Re: [gentoo-dev] [PATCH 1/1] linux-mod.eclass: enable EAPI 8, remove EAPI 5 by Mike
1 On Sat, Feb 12, 2022 at 02:52:09PM -0500, Mike wrote:
2 >
3 > On 2/10/22 15:41, Anna Vyalkova wrote:
4 > > eutils.eclass doesn't suport EAPI 8
5 >
6 > Thanks for the catch. Fixed and committed.
7
8 It'd be good not to go too fast with this, new version wasn't reviewed.
9
10 >- [678]) inherit eutils ;;
11 >+ [67]) inherit eutils ;;
12 > *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
13
14 Now it dies on EAPI=8, which thankfully is not harmful given no
15 ebuilds use it yet.
16 --
17 ionen

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies