From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-dev+bounces-94628-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 9EC121382C5
	for <garchives@archives.gentoo.org>; Mon, 21 Jun 2021 17:10:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C9ABAE0880;
	Mon, 21 Jun 2021 17:10:05 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C2B3DE0878
	for <gentoo-dev@lists.gentoo.org>; Mon, 21 Jun 2021 17:10:04 +0000 (UTC)
Date: Mon, 21 Jun 2021 18:09:58 +0100
From: Sergei Trofimovich <slyfox@gentoo.org>
To: Ulrich =?UTF-8?B?TcO8bGxlcg==?= <ulm@gentoo.org>
Cc: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] [PATCH 2/8] toolchain-funcs.eclass: Support EAPI 8
Message-ID: <20210621180958.02de1a08@zn3>
In-Reply-To: <20210621164934.18023-2-ulm@gentoo.org>
References: <20210621164934.18023-1-ulm@gentoo.org>
	<20210621164934.18023-2-ulm@gentoo.org>
X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu)
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: dd9080d2-a132-434a-a07c-80ee4c73807e
X-Archives-Hash: 77eb62cb64dda11d540cb479d422a34d

On Mon, 21 Jun 2021 18:49:28 +0200
Ulrich M=C3=BCller <ulm@gentoo.org> wrote:

> Signed-off-by: Ulrich M=C3=BCller <ulm@gentoo.org>
> ---
>  eclass/toolchain-funcs.eclass | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>=20
> diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass
> index 1643f64cab76..563d9deef40b 100644
> --- a/eclass/toolchain-funcs.eclass
> +++ b/eclass/toolchain-funcs.eclass
> @@ -4,7 +4,7 @@
>  # @ECLASS: toolchain-funcs.eclass
>  # @MAINTAINER:
>  # Toolchain Ninjas <toolchain@gentoo.org>
> -# @SUPPORTED_EAPIS: 5 6 7
> +# @SUPPORTED_EAPIS: 5 6 7 8
>  # @BLURB: functions to query common info about the toolchain
>  # @DESCRIPTION:
>  # The toolchain-funcs aims to provide a complete suite of functions
> @@ -15,7 +15,7 @@
> =20
>  case ${EAPI:-0} in
>  	# EAPI=3D0 is still used by crossdev, bug #797367
> -	[0567]) ;;
> +	0|5|6|7|8) ;;
>  	*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
>  esac
> =20
> --=20
> 2.32.0
>=20
>=20

Looks good.


--=20

  Sergei