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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7DD713933E for ; Sun, 18 Jul 2021 20:45:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33080E0BED; Sun, 18 Jul 2021 20:45:40 +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 DE9CEE0ACD for ; Sun, 18 Jul 2021 20:45:39 +0000 (UTC) From: Andreas Sturmlechner To: gentoo-dev Subject: [gentoo-dev] [PATCH] optfeature.eclass: Support EAPI-8 Date: Sun, 18 Jul 2021 22:45:33 +0200 Message-ID: <2552085.vuYhMxLoTh@tuxbook> 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-Type: multipart/signed; boundary="nextPart4610539.OV4Wx5bFTl"; micalg="pgp-sha512"; protocol="application/pgp-signature" X-Archives-Salt: 0ad3b400-db55-46fe-80e1-724a09c6df56 X-Archives-Hash: bd11a930f40fc833846a915416005d26 --nextPart4610539.OV4Wx5bFTl Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii"; protected-headers="v1" From: Andreas Sturmlechner To: gentoo-dev Subject: [PATCH] optfeature.eclass: Support EAPI-8 Date: Sun, 18 Jul 2021 22:45:33 +0200 Message-ID: <2552085.vuYhMxLoTh@tuxbook> Signed-off-by: Andreas Sturmlechner --- eclass/optfeature.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/optfeature.eclass b/eclass/optfeature.eclass index 8fc346c3ac6..b853f61be32 100644 --- a/eclass/optfeature.eclass +++ b/eclass/optfeature.eclass @@ -4,11 +4,11 @@ # @ECLASS: optfeature.eclass # @MAINTAINER: # base-system@gentoo.org -# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7 +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7 8 # @BLURB: Advertise optional functionality that might be useful to users case ${EAPI:-0} in - [0-7]) ;; + [0-8]) ;; *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;; esac -- 2.32.0 --nextPart4610539.OV4Wx5bFTl Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQGTBAABCgB9FiEEexlipVqzuLtTjHMOREsPlv/SLMsFAmD0ku1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDdC MTk2MkE1NUFCM0I4QkI1MzhDNzMwRTQ0NEIwRjk2RkZEMjJDQ0IACgkQREsPlv/S LMsOvgf+LHRB8IAOCiP/yVTJnkkrl6npgXXqPmGgU5QmGFjPcYVugvmWC4EAH1d+ ANGj4SRqXucs7Kn7bYryukz9DwZ1hC1mHNjc9ZzGtciiYPnSjTz6x5FkqhLLGKbm MyGbfWuPse559IU9svdKhJu+zrdh7zyOwjkSs97/L5HCzT9qcTY5dVgKzxGQIhP3 Gmk/LBMDAhF80Eb//jk2kxetmnOc6GECjVAvfwjQI+d49z7ksQT6rjdT0tjYnL3K fQhjSCX46A3elSeD748yhQtuyM0nb04SHCuR+IKdJLVb3k34yYlDEJ20CGyIMmii cv8/aTKB7QKGsBfUdcD0+bNWjL6JRA== =Ghaz -----END PGP SIGNATURE----- --nextPart4610539.OV4Wx5bFTl--