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 DBCF2158086 for ; Tue, 30 Nov 2021 15:02:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1973D2BC06F; Tue, 30 Nov 2021 15:02:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B5C62BC02A for ; Tue, 30 Nov 2021 15:02:29 +0000 (UTC) From: Andreas Sturmlechner To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCH 2/2] pam.eclass: Drop EAPI-5 support Date: Tue, 30 Nov 2021 16:02:16 +0100 Message-ID: <5374699.ZASKD2KPVS@tuxbrain> In-Reply-To: <20741053.4csPzL39Zc@tuxbrain> References: <20741053.4csPzL39Zc@tuxbrain> 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="nextPart1972366.YKUYFuaPT4"; micalg="pgp-sha512"; protocol="application/pgp-signature" X-Archives-Salt: 53427af0-a424-4c7e-b6ca-f26be138972a X-Archives-Hash: ae5fcdddda4d6f184433f0d998969f84 --nextPart1972366.YKUYFuaPT4 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1"; protected-headers="v1" From: Andreas Sturmlechner To: gentoo-dev@lists.gentoo.org Subject: [PATCH 2/2] pam.eclass: Drop EAPI-5 support Date: Tue, 30 Nov 2021 16:02:16 +0100 Message-ID: <5374699.ZASKD2KPVS@tuxbrain> In-Reply-To: <20741053.4csPzL39Zc@tuxbrain> References: <20741053.4csPzL39Zc@tuxbrain> No more consumers for some time. =2D-- eclass/pam.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/pam.eclass b/eclass/pam.eclass index effd17ad55d..38326682b3f 100644 =2D-- a/eclass/pam.eclass +++ b/eclass/pam.eclass @@ -6,14 +6,14 @@ # Mikle Kolyada # @AUTHOR: # Diego Petten=F2 =2D# @SUPPORTED_EAPIS: 5 6 7 8 +# @SUPPORTED_EAPIS: 6 7 8 # @BLURB: Handles pam related tasks # @DESCRIPTION: # This eclass contains functions to install pamd configuration files and # pam modules. =20 case ${EAPI:-0} in =2D [5678]) ;; + [678]) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac =20 =2D-=20 2.34.1 --nextPart1972366.YKUYFuaPT4 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/SLMsFAmGmPPhfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDdC MTk2MkE1NUFCM0I4QkI1MzhDNzMwRTQ0NEIwRjk2RkZEMjJDQ0IACgkQREsPlv/S LMvT4wgAhifFiReZnZaqkOxAbvAQtg6JVXSn46N1msYmH/aAO9JY47iBCz8UFQ0x DWLjH73JIhbfaq78V1HFbdmmqgioI3YyBCBpOwhdOPAWU645pW2Q6cRsHY9Rhru9 n6ElJ4dwAtoLcgilntaM4Z0ga+N91SkW5nQQ2+xmAdUGgkS0UzyGxOodki0V2guu f4WW0BB18rSA25dqcj6xkDG5l/t9rIriJWnxvJNWZL/ACnhPnI61ElDkogqmQKh6 cJSHMG6eK0Nh4R8qXGRU4AlCMz6wBTx6vFeWW4czhJ06W7kV+fj0FxXY6DlRhCVr xpKl0jRpbbhtVOk8Yth7oAwWNR2vCg== =9qsc -----END PGP SIGNATURE----- --nextPart1972366.YKUYFuaPT4--