From: Sergei Trofimovich <slyfox@gentoo.org>
To: "Ulrich Müller" <ulm@gentoo.org>
Cc: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] [PATCH 3/8] multilib.eclass: Support EAPI 8
Date: Mon, 21 Jun 2021 18:10:14 +0100 [thread overview]
Message-ID: <20210621181014.3ebf6090@zn3> (raw)
In-Reply-To: <20210621164934.18023-3-ulm@gentoo.org>
On Mon, 21 Jun 2021 18:49:29 +0200
Ulrich Müller <ulm@gentoo.org> wrote:
> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
> ---
> eclass/multilib.eclass | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass
> index 6ba820229de3..8422d5e18499 100644
> --- a/eclass/multilib.eclass
> +++ b/eclass/multilib.eclass
> @@ -4,14 +4,14 @@
> # @ECLASS: multilib.eclass
> # @MAINTAINER:
> # toolchain@gentoo.org
> -# @SUPPORTED_EAPIS: 5 6 7
> +# @SUPPORTED_EAPIS: 5 6 7 8
> # @BLURB: This eclass is for all functions pertaining to handling multilib configurations.
> # @DESCRIPTION:
> # This eclass is for all functions pertaining to handling multilib configurations.
>
> case ${EAPI:-0} in
> # EAPI=0 is still used by crossdev, bug #797367
> - [0567]) ;;
> + 0|5|6|7|8) ;;
> *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
> esac
>
> --
> 2.32.0
>
>
Looks good.
--
Sergei
next prev parent reply other threads:[~2021-06-21 17:10 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-21 16:49 [gentoo-dev] [PATCH 1/8] gnuconfig.eclass: Support EAPI 8 Ulrich Müller
2021-06-21 16:49 ` [gentoo-dev] [PATCH 2/8] toolchain-funcs.eclass: " Ulrich Müller
2021-06-21 17:09 ` Sergei Trofimovich
2021-06-21 16:49 ` [gentoo-dev] [PATCH 3/8] multilib.eclass: " Ulrich Müller
2021-06-21 17:10 ` Sergei Trofimovich [this message]
2021-06-21 16:49 ` [gentoo-dev] [PATCH 4/8] multilib.eclass: Update a comment Ulrich Müller
2021-06-21 17:11 ` Sergei Trofimovich
2021-06-21 16:49 ` [gentoo-dev] [PATCH 5/8] libtool.eclass: Support EAPI 8 Ulrich Müller
2021-06-21 16:49 ` [gentoo-dev] [PATCH 6/8] flag-o-matic.eclass: " Ulrich Müller
2021-06-21 17:12 ` Sergei Trofimovich
2021-06-21 16:49 ` [gentoo-dev] [PATCH 7/8] git-r3.eclass: Support EAPI 8, drop support for EAPI 4 Ulrich Müller
2021-06-21 17:25 ` Michał Górny
2021-06-21 16:49 ` [gentoo-dev] [PATCH 8/8] git-r3.eclass: Remove git-2 backwards compatibility code Ulrich Müller
2021-06-21 20:39 ` [gentoo-dev] [PATCH 1/8] gnuconfig.eclass: Support EAPI 8 Sam James
2021-06-23 10:23 ` Ulrich Mueller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210621181014.3ebf6090@zn3 \
--to=slyfox@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
--cc=ulm@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox