Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: Anna Vyalkova <cyber+gentoo@×××××.in>
Cc: gentoo-dev@l.g.o, vim@g.o, Thomas Bracht Laumann Jespersen <t@×××××××.xyz>
Subject: Re: [gentoo-dev] [PATCH v4 2/9] vim-plugin.eclass: support EAPI 8
Date: Thu, 07 Apr 2022 12:39:41
Message-Id: u4k353w5b@gentoo.org
In Reply to: [gentoo-dev] [PATCH v4 2/9] vim-plugin.eclass: support EAPI 8 by Anna Vyalkova
1 >>>>> On Thu, 07 Apr 2022, Anna Vyalkova wrote:
2
3 > case ${EAPI} in
4 > - 6|7);;
5 > - *) die "EAPI ${EAPI:-0} unsupported (too old)";;
6 > + 6|7|8);;
7 > + *) die "${ECLASS}: EAPI ${EAPI:-0} unsupported (too old)";;
8
9 The "(too old)" part will look strange with EAPI 9. Just say that it's
10 not supported.
11
12 Ulrich

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] [PATCH v4 2/9] vim-plugin.eclass: support EAPI 8 Anna Vyalkova <cyber+gentoo@×××××.in>