Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: Stephan Hartmann <sultan@g.o>
Cc: gentoo-dev@l.g.o, chromium@g.o
Subject: Re: [gentoo-dev] [PATCH 3/3] chromium-2.eclass: enable EAPI 8
Date: Thu, 12 Aug 2021 11:16:40
Message-Id: uv94anca9@gentoo.org
In Reply to: [gentoo-dev] [PATCH 3/3] chromium-2.eclass: enable EAPI 8 by Stephan Hartmann
1 >>>>> On Wed, 11 Aug 2021, Stephan Hartmann wrote:
2
3 > case ${EAPI} in
4 > - 7) ;;
5 > + 7|8) ;;
6 > *) die "EAPI=${EAPI:-0} is not supported" ;;
7
8 Nitpick: Add "${ECLASS}: " at the beginning of the die message.
9
10 > esac

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] [PATCH 3/3] chromium-2.eclass: enable EAPI 8 Stephan Hartmann <sultan@g.o>