From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-dev+bounces-94631-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 0ECB31382C5
	for <garchives@archives.gentoo.org>; Mon, 21 Jun 2021 17:12:07 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 486F8E08F2;
	Mon, 21 Jun 2021 17:12:05 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 E5A15E088F
	for <gentoo-dev@lists.gentoo.org>; Mon, 21 Jun 2021 17:12:04 +0000 (UTC)
Date: Mon, 21 Jun 2021 18:12:00 +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 6/8] flag-o-matic.eclass: Support EAPI 8
Message-ID: <20210621181200.76c7f21e@zn3>
In-Reply-To: <20210621164934.18023-6-ulm@gentoo.org>
References: <20210621164934.18023-1-ulm@gentoo.org>
	<20210621164934.18023-6-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: a7a25a5a-7c96-4e31-9940-4fa74c0249d4
X-Archives-Hash: 876c10f6e3c2186b1ececeebc4be7d14

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

> Signed-off-by: Ulrich M=C3=BCller <ulm@gentoo.org>
> ---
>  eclass/flag-o-matic.eclass | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>=20
> diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
> index 2e04e2acb06b..d262a60b6bb2 100644
> --- a/eclass/flag-o-matic.eclass
> +++ b/eclass/flag-o-matic.eclass
> @@ -4,7 +4,7 @@
>  # @ECLASS: flag-o-matic.eclass
>  # @MAINTAINER:
>  # toolchain@gentoo.org
> -# @SUPPORTED_EAPIS: 5 6 7
> +# @SUPPORTED_EAPIS: 5 6 7 8
>  # @BLURB: common functions to manipulate and query toolchain flags
>  # @DESCRIPTION:
>  # This eclass contains a suite of functions to help developers sanely
> @@ -12,7 +12,7 @@
> =20
>  case ${EAPI:-0} in
>  	0|1|2|3|4) die "flag-o-matic.eclass: EAPI ${EAPI} is too old." ;;
> -	5|6|7) ;;
> +	5|6|7|8) ;;
>  	*) die "EAPI ${EAPI} is not supported by flag-o-matic.eclass." ;;
>  esac
> =20
> --=20
> 2.32.0
>=20
>=20

Looks good.

--=20

  Sergei