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 42142158CB7 for ; Thu, 19 Aug 2021 18:02:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F462E0825; Thu, 19 Aug 2021 18:02:18 +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 9F36FE0821 for ; Thu, 19 Aug 2021 18:02:17 +0000 (UTC) From: Andreas Sturmlechner To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCH 1/2] ecm.eclass: Support EAPI-8 Date: Thu, 19 Aug 2021 20:02:07 +0200 Message-ID: <2510119.fDdHjke4Dd@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="nextPart2502429.vYhyI6sBWr"; micalg="pgp-sha512"; protocol="application/pgp-signature" X-Archives-Salt: 9b4a92a6-7a85-4da6-a85c-0d3dc79c5f92 X-Archives-Hash: 7456f48a49c889f350d326389b50a22e --nextPart2502429.vYhyI6sBWr Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii"; protected-headers="v1" From: Andreas Sturmlechner To: gentoo-dev@lists.gentoo.org Subject: [PATCH 1/2] ecm.eclass: Support EAPI-8 Date: Thu, 19 Aug 2021 20:02:07 +0200 Message-ID: <2510119.fDdHjke4Dd@tuxbrain> Raise baseline Frameworks version to 5.82.0. Signed-off-by: Andreas Sturmlechner --- eclass/ecm.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index 5f10a7caf7..919c7514b5 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -4,7 +4,7 @@ # @ECLASS: ecm.eclass # @MAINTAINER: # kde@gentoo.org -# @SUPPORTED_EAPIS: 7 +# @SUPPORTED_EAPIS: 7 8 # @BLURB: Support eclass for packages that use KDE Frameworks with ECM. # @DESCRIPTION: # This eclass is intended to streamline the creation of ebuilds for packages @@ -21,7 +21,7 @@ # any phase functions are overridden the version here should also be called. case ${EAPI} in - 7) ;; + 7|8) ;; *) die "EAPI=${EAPI:-0} is not supported" ;; esac @@ -154,7 +154,7 @@ fi if [[ ${CATEGORY} = kde-frameworks ]]; then : ${KFMIN:=$(ver_cut 1-2)} fi -: ${KFMIN:=5.64.0} +: ${KFMIN:=5.82.0} # @ECLASS-VARIABLE: KFSLOT # @INTERNAL -- 2.33.0 --nextPart2502429.vYhyI6sBWr 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/SLMsFAmEenJ9fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDdC MTk2MkE1NUFCM0I4QkI1MzhDNzMwRTQ0NEIwRjk2RkZEMjJDQ0IACgkQREsPlv/S LMs8yQgAj7+1OaD+MuoZbwcn9ilkgS2cghivD78vy5WANclPSRxkRmHESi3JjpJD 1ldBwkMXUKSybPV05y86tdQDqsNnZpxb8xajofmP6rxUqg/Bo7fCHNNvAPKsCynZ XH0JD1bJRiRmfHHn6igdXs6lPa+mslo8bplctar9r1aaEJWDlYBMgHYQ3Ot8MxJG BzYJRI79I61uiKtA2fUjy6SNFsJtFKHJm3eVn8npky2rDmdnEIo/89p6R30w5H1K eZjPj241HgeMEUMHZZXoRQkE2MxbRD1YKXoZs1pfwr02k15sueg0o/sakoBz6E1f NmXqwfYgslREJt5hiP92+gwZlzqIFQ== =p3AF -----END PGP SIGNATURE----- --nextPart2502429.vYhyI6sBWr--