Gentoo Archives: gentoo-dev

From: David Michael <fedora.dm0@×××××.com>
To: Ulrich Mueller <ulm@g.o>
Cc: gentoo-dev@l.g.o, selinux@g.o
Subject: Re: [gentoo-dev] [PATCH 1/2] selinux-policy-2.eclass: add EAPI 7
Date: Tue, 03 Nov 2020 14:30:23
Message-Id: CAEvUa7n98T0Ej1qr2Z3nPgtO5JoaAscrvd6SxbQPJzr8E2U0kQ@mail.gmail.com
In Reply to: Re: [gentoo-dev] [PATCH 1/2] selinux-policy-2.eclass: add EAPI 7 by Ulrich Mueller
1 On Tue, Nov 3, 2020 at 2:46 AM Ulrich Mueller <ulm@g.o> wrote:
2 > >>>>> On Mon, 02 Nov 2020, David Michael wrote:
3 >
4 > > +if [[ ${EAPI:-0} == [56] ]]; then
5 >
6 > Substituting 0 is not necessary here.
7
8 I wrote it that way to match all other EAPI conditions in the file.
9 I'll remove it in the second patch where the other instances are
10 dropped as well so the commits are self-consistent atomic changes.
11
12 Thanks.
13
14 David