Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: Martin Dummer <martin.dummer@×××.net>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: add EAPI8 support, EAPI7+ fixes
Date: Mon, 28 Jun 2021 06:19:08
Message-Id: uim1y8qbc@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: add EAPI8 support, EAPI7+ fixes by Martin Dummer
1 >>>>> On Mon, 28 Jun 2021, Martin Dummer wrote:
2
3 >>> --- a/eclass/vdr-plugin-2.eclass
4 >>> +++ b/eclass/vdr-plugin-2.eclass
5 >>> @@ -76,7 +76,7 @@
6 >>>  inherit flag-o-matic toolchain-funcs unpacker
7 >> This should also inherit strip-linguas.eclass, because strip-linguas is
8 >> called in vdr_linguas_support().
9
10 > Okay, I understand. I did not notice the call to "strip-linguas", and
11 > I'm wondering how this could have worked all the years in the past.
12
13 In EAPIs 5 and 6 it inherited it indirectly via eutils. But indeed, in
14 EAPI 7 I don't see how it could have worked.
15
16 Ulrich

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: add EAPI8 support, EAPI7+ fixes Martin Dummer <martin.dummer@×××.net>