public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Stephan Hartmann <sultan@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: chromium@gentoo.org, Stephan Hartmann <sultan@gentoo.org>
Subject: [gentoo-dev] [PATCH 3/3] chromium-2.eclass: enable EAPI 8
Date: Wed, 11 Aug 2021 17:28:04 +0200	[thread overview]
Message-ID: <20210811152804.28320-4-sultan@gentoo.org> (raw)
In-Reply-To: <20210811152804.28320-1-sultan@gentoo.org>

Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
---
 eclass/chromium-2.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/chromium-2.eclass b/eclass/chromium-2.eclass
index b97a31e614e..2800934537f 100644
--- a/eclass/chromium-2.eclass
+++ b/eclass/chromium-2.eclass
@@ -6,11 +6,11 @@
 # Chromium Project <chromium@gentoo.org>
 # @AUTHOR:
 # Mike Gilbert <floppym@gentoo.org>
-# @SUPPORTED_EAPIS: 7
+# @SUPPORTED_EAPIS: 7 8
 # @BLURB: Shared functions for chromium and google-chrome
 
 case ${EAPI} in
-	7) ;;
+	7|8) ;;
 	*) die "EAPI=${EAPI:-0} is not supported" ;;
 esac
 
-- 
2.31.1



  parent reply	other threads:[~2021-08-11 15:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-11 15:28 [gentoo-dev] [PATCH 0/3] Updates for chromium-2.eclass Stephan Hartmann
2021-08-11 15:28 ` [gentoo-dev] [PATCH 1/3] chromium-2.eclass: remove GYP support Stephan Hartmann
2021-08-11 15:28 ` [gentoo-dev] [PATCH 2/3] chromium-2.eclass: update documentation Stephan Hartmann
2021-08-11 15:28 ` Stephan Hartmann [this message]
2021-08-12 11:16   ` [gentoo-dev] [PATCH 3/3] chromium-2.eclass: enable EAPI 8 Ulrich Mueller
2021-08-16 16:47     ` Stephan Hartmann

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=20210811152804.28320-4-sultan@gentoo.org \
    --to=sultan@gentoo.org \
    --cc=chromium@gentoo.org \
    --cc=gentoo-dev@lists.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