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 A5AD6158064 for ; Thu, 9 May 2024 23:29:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26B33E2A6D; Thu, 9 May 2024 23:29:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0096DE2A6E for ; Thu, 9 May 2024 23:29:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id DF8C634309D for ; Thu, 9 May 2024 23:29:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76D441A81 for ; Thu, 9 May 2024 23:29:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1715297349.6a1d8db097bd336ab9ce14932ada6278f2526cb3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/kgcc64/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/kgcc64/kgcc64-10.5.0.ebuild sys-devel/kgcc64/kgcc64-11.4.1_p20240111.ebuild sys-devel/kgcc64/kgcc64-11.4.1_p20240208.ebuild sys-devel/kgcc64/kgcc64-11.4.1_p20240501.ebuild sys-devel/kgcc64/kgcc64-12.3.1_p20240112.ebuild sys-devel/kgcc64/kgcc64-12.3.1_p20240209.ebuild sys-devel/kgcc64/kgcc64-12.3.1_p20240502.ebuild sys-devel/kgcc64/kgcc64-13.2.1_p20240113-r1.ebuild sys-devel/kgcc64/kgcc64-13.2.1_p20240210.ebuild sys-devel/kgcc64/kgcc64-13.2.1_p20240503.ebuild X-VCS-Directories: sys-devel/kgcc64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a1d8db097bd336ab9ce14932ada6278f2526cb3 X-VCS-Branch: master Date: Thu, 9 May 2024 23:29:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 65664639-ac8e-4069-9d31-23e9b6cb6c7a X-Archives-Hash: a84221817eb4d1af95e2aba7c01a7311 commit: 6a1d8db097bd336ab9ce14932ada6278f2526cb3 Author: Sam James gentoo org> AuthorDate: Thu May 9 23:28:07 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 9 23:29:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1d8db0 sys-devel/kgcc64: enable py3.12 Closes: https://bugs.gentoo.org/929835 Signed-off-by: Sam James gentoo.org> sys-devel/kgcc64/kgcc64-10.5.0.ebuild | 2 +- sys-devel/kgcc64/kgcc64-11.4.1_p20240111.ebuild | 2 +- sys-devel/kgcc64/kgcc64-11.4.1_p20240208.ebuild | 2 +- sys-devel/kgcc64/kgcc64-11.4.1_p20240501.ebuild | 2 +- sys-devel/kgcc64/kgcc64-12.3.1_p20240112.ebuild | 2 +- sys-devel/kgcc64/kgcc64-12.3.1_p20240209.ebuild | 2 +- sys-devel/kgcc64/kgcc64-12.3.1_p20240502.ebuild | 2 +- sys-devel/kgcc64/kgcc64-13.2.1_p20240113-r1.ebuild | 2 +- sys-devel/kgcc64/kgcc64-13.2.1_p20240210.ebuild | 2 +- sys-devel/kgcc64/kgcc64-13.2.1_p20240503.ebuild | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sys-devel/kgcc64/kgcc64-10.5.0.ebuild b/sys-devel/kgcc64/kgcc64-10.5.0.ebuild index c2a2eb1fd4b3..fbde9c9ed90f 100644 --- a/sys-devel/kgcc64/kgcc64-10.5.0.ebuild +++ b/sys-devel/kgcc64/kgcc64-10.5.0.ebuild @@ -20,7 +20,7 @@ PATCH_VER="6" MUSL_VER="2" MUSL_GCC_VER="10.5.0" GCC_TARGET_NO_MULTILIB=true -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain diff --git a/sys-devel/kgcc64/kgcc64-11.4.1_p20240111.ebuild b/sys-devel/kgcc64/kgcc64-11.4.1_p20240111.ebuild index 805aef87b2bb..ffb81657cd1d 100644 --- a/sys-devel/kgcc64/kgcc64-11.4.1_p20240111.ebuild +++ b/sys-devel/kgcc64/kgcc64-11.4.1_p20240111.ebuild @@ -20,7 +20,7 @@ PATCH_GCC_VER="11.4.0" PATCH_VER="12" MUSL_VER="2" MUSL_GCC_VER="11.4.0" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain DESCRIPTION="64bit kernel compiler" diff --git a/sys-devel/kgcc64/kgcc64-11.4.1_p20240208.ebuild b/sys-devel/kgcc64/kgcc64-11.4.1_p20240208.ebuild index 1105de63f8d0..8b9a457d1bdf 100644 --- a/sys-devel/kgcc64/kgcc64-11.4.1_p20240208.ebuild +++ b/sys-devel/kgcc64/kgcc64-11.4.1_p20240208.ebuild @@ -20,7 +20,7 @@ PATCH_GCC_VER="11.4.0" PATCH_VER="12" MUSL_VER="2" MUSL_GCC_VER="11.4.0" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain DESCRIPTION="64bit kernel compiler" diff --git a/sys-devel/kgcc64/kgcc64-11.4.1_p20240501.ebuild b/sys-devel/kgcc64/kgcc64-11.4.1_p20240501.ebuild index 1105de63f8d0..8b9a457d1bdf 100644 --- a/sys-devel/kgcc64/kgcc64-11.4.1_p20240501.ebuild +++ b/sys-devel/kgcc64/kgcc64-11.4.1_p20240501.ebuild @@ -20,7 +20,7 @@ PATCH_GCC_VER="11.4.0" PATCH_VER="12" MUSL_VER="2" MUSL_GCC_VER="11.4.0" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain DESCRIPTION="64bit kernel compiler" diff --git a/sys-devel/kgcc64/kgcc64-12.3.1_p20240112.ebuild b/sys-devel/kgcc64/kgcc64-12.3.1_p20240112.ebuild index 65514fe59f88..12776cc4bffc 100644 --- a/sys-devel/kgcc64/kgcc64-12.3.1_p20240112.ebuild +++ b/sys-devel/kgcc64/kgcc64-12.3.1_p20240112.ebuild @@ -19,7 +19,7 @@ PATCH_GCC_VER="12.3.0" MUSL_VER="1" MUSL_GCC_VER="12.3.0" GCC_TARGET_NO_MULTILIB=true -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain DESCRIPTION="64bit kernel compiler" diff --git a/sys-devel/kgcc64/kgcc64-12.3.1_p20240209.ebuild b/sys-devel/kgcc64/kgcc64-12.3.1_p20240209.ebuild index 65514fe59f88..12776cc4bffc 100644 --- a/sys-devel/kgcc64/kgcc64-12.3.1_p20240209.ebuild +++ b/sys-devel/kgcc64/kgcc64-12.3.1_p20240209.ebuild @@ -19,7 +19,7 @@ PATCH_GCC_VER="12.3.0" MUSL_VER="1" MUSL_GCC_VER="12.3.0" GCC_TARGET_NO_MULTILIB=true -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain DESCRIPTION="64bit kernel compiler" diff --git a/sys-devel/kgcc64/kgcc64-12.3.1_p20240502.ebuild b/sys-devel/kgcc64/kgcc64-12.3.1_p20240502.ebuild index 50470d28a508..4e4ee17c9c3a 100644 --- a/sys-devel/kgcc64/kgcc64-12.3.1_p20240502.ebuild +++ b/sys-devel/kgcc64/kgcc64-12.3.1_p20240502.ebuild @@ -19,7 +19,7 @@ PATCH_GCC_VER="12.3.0" MUSL_VER="1" MUSL_GCC_VER="12.3.0" GCC_TARGET_NO_MULTILIB=true -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain DESCRIPTION="64bit kernel compiler" diff --git a/sys-devel/kgcc64/kgcc64-13.2.1_p20240113-r1.ebuild b/sys-devel/kgcc64/kgcc64-13.2.1_p20240113-r1.ebuild index e14486eae1a8..9814f9d57fb9 100644 --- a/sys-devel/kgcc64/kgcc64-13.2.1_p20240113-r1.ebuild +++ b/sys-devel/kgcc64/kgcc64-13.2.1_p20240113-r1.ebuild @@ -19,7 +19,7 @@ PATCH_GCC_VER="13.2.0" MUSL_VER="2" MUSL_GCC_VER="13.2.0" GCC_TARGET_NO_MULTILIB=true -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain DESCRIPTION="64bit kernel compiler" diff --git a/sys-devel/kgcc64/kgcc64-13.2.1_p20240210.ebuild b/sys-devel/kgcc64/kgcc64-13.2.1_p20240210.ebuild index 71ebd938a35b..6363d8977199 100644 --- a/sys-devel/kgcc64/kgcc64-13.2.1_p20240210.ebuild +++ b/sys-devel/kgcc64/kgcc64-13.2.1_p20240210.ebuild @@ -19,7 +19,7 @@ PATCH_GCC_VER="13.2.0" MUSL_VER="2" MUSL_GCC_VER="13.2.0" GCC_TARGET_NO_MULTILIB=true -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain DESCRIPTION="64bit kernel compiler" diff --git a/sys-devel/kgcc64/kgcc64-13.2.1_p20240503.ebuild b/sys-devel/kgcc64/kgcc64-13.2.1_p20240503.ebuild index 44d2ed9d512b..f7cbdca41af7 100644 --- a/sys-devel/kgcc64/kgcc64-13.2.1_p20240503.ebuild +++ b/sys-devel/kgcc64/kgcc64-13.2.1_p20240503.ebuild @@ -19,7 +19,7 @@ PATCH_GCC_VER="13.2.0" MUSL_VER="2" MUSL_GCC_VER="13.2.0" GCC_TARGET_NO_MULTILIB=true -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain DESCRIPTION="64bit kernel compiler"