Gentoo Archives: gentoo-dev

From: Stephan Hartmann <sultan@g.o>
To: Ulrich Mueller <ulm@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: Mon, 16 Aug 2021 20:48:12
Message-Id: 06a96b8d-c1a2-b2b5-f09c-43ea4216aadc@googlemail.com
In Reply to: Re: [gentoo-dev] [PATCH 3/3] chromium-2.eclass: enable EAPI 8 by Ulrich Mueller
1 On 8/12/21 1:16 PM, Ulrich Mueller 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 Thanks. Fixed locally.
11
12 >
13 >> esac