From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB5A4158089 for ; Fri, 29 Sep 2023 06:51:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CDC62BC039; Fri, 29 Sep 2023 06:51:30 +0000 (UTC) Received: from graaff.moving-innovations.com (graaff.connected.by.freedominter.net [45.137.101.13]) by pigeon.gentoo.org (Postfix) with ESMTP id 5012D2BC023 for ; Fri, 29 Sep 2023 06:51:30 +0000 (UTC) Received: by graaff.moving-innovations.com (Postfix, from userid 1000) id A7B51858C2; Fri, 29 Sep 2023 08:51:29 +0200 (CEST) From: Hans de Graaff To: gentoo-dev@lists.gentoo.org Cc: Hans de Graaff Subject: [gentoo-dev] [PATCH 2/4] eclass/depend.apache: enable EAPI 8 Date: Fri, 29 Sep 2023 08:51:27 +0200 Message-ID: <20230929065129.2589-2-graaff@gentoo.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230929065129.2589-1-graaff@gentoo.org> References: <20230929065129.2589-1-graaff@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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-Transfer-Encoding: 8bit X-Archives-Salt: 75946333-59a2-40f8-8528-ce91930aa894 X-Archives-Hash: 7fa7e1988ff3bcd94682bef4127d8c79 Bug: https://bugs.gentoo.org/914200 --- eclass/depend.apache.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index 4d1ca573611b..8f0469931d2c 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -4,7 +4,7 @@ # @ECLASS: depend.apache.eclass # @MAINTAINER: # apache-bugs@gentoo.org -# @SUPPORTED_EAPIS: 6 7 +# @SUPPORTED_EAPIS: 6 7 8 # @BLURB: Functions to allow ebuilds to depend on apache # @DESCRIPTION: # This eclass handles depending on apache in a sane way and provides information @@ -41,7 +41,7 @@ # @CODE case ${EAPI:-0} in - 6|7) + 6|7|8) ;; *) die "EAPI=${EAPI} is not supported by depend.apache.eclass" -- 2.41.0