Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: add EAPI 7 support
Date: Sat, 14 Jul 2018 06:08:44
Message-Id: 23369.37728.922394.604948@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: add EAPI 7 support by Joerg Bornkessel
1 >>>>> On Sat, 14 Jul 2018, Joerg Bornkessel wrote:
2
3 > Please review,
4 > changes makes the vdr-plugin-2.eclass to be able handle EAPI 7 support.
5 > Its just 1 line for this,
6 > The rest is clean up, or better i should say, i removed the internal
7 > vdr_dev_check function and replaced it by the eqawarn function.
8
9 For eqawarn, you should inherit eutils also in EAPI 6. (Currently, the
10 eclass inherits it only in EAPIs 4 and 5.)
11
12 Ulrich