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 9D133158083 for ; Wed, 18 Sep 2024 15:55:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0A99E299F; Wed, 18 Sep 2024 15:55:12 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDD1BE299F for ; Wed, 18 Sep 2024 15:55:12 +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 CAD573408DD for ; Wed, 18 Sep 2024 15:55:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 691D31A4E for ; Wed, 18 Sep 2024 15:55:10 +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: <1726674840.b7cc834907ba332e115b56ea1b821b5305e3fcbb.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_p20240501.ebuild sys-devel/kgcc64/kgcc64-11.5.0.ebuild sys-devel/kgcc64/kgcc64-12.3.1_p20240502.ebuild sys-devel/kgcc64/kgcc64-12.4.0.ebuild sys-devel/kgcc64/kgcc64-13.2.1_p20240503.ebuild sys-devel/kgcc64/kgcc64-13.3.1_p20240614.ebuild sys-devel/kgcc64/kgcc64-14.1.1_p20240511.ebuild sys-devel/kgcc64/kgcc64-14.2.1_p20240817.ebuild X-VCS-Directories: sys-devel/kgcc64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b7cc834907ba332e115b56ea1b821b5305e3fcbb X-VCS-Branch: master Date: Wed, 18 Sep 2024 15:55:10 +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: 673045d1-6d7a-4dd6-b4d4-6d19c18d82e7 X-Archives-Hash: f3e673a1e57cd5c8b7d72bd7db48e7d4 commit: b7cc834907ba332e115b56ea1b821b5305e3fcbb Author: Sam James gentoo org> AuthorDate: Wed Sep 18 15:54:00 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 18 15:54:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7cc8349 sys-devel/kgcc64: cleanup PYTHON_COMPAT debris We don't opt-in to tests here. Bug: https://bugs.gentoo.org/934124 Signed-off-by: Sam James gentoo.org> sys-devel/kgcc64/kgcc64-10.5.0.ebuild | 1 - sys-devel/kgcc64/kgcc64-11.4.1_p20240501.ebuild | 1 - sys-devel/kgcc64/kgcc64-11.5.0.ebuild | 1 - sys-devel/kgcc64/kgcc64-12.3.1_p20240502.ebuild | 1 - sys-devel/kgcc64/kgcc64-12.4.0.ebuild | 1 - sys-devel/kgcc64/kgcc64-13.2.1_p20240503.ebuild | 1 - sys-devel/kgcc64/kgcc64-13.3.1_p20240614.ebuild | 1 - sys-devel/kgcc64/kgcc64-14.1.1_p20240511.ebuild | 1 - sys-devel/kgcc64/kgcc64-14.2.1_p20240817.ebuild | 1 - 9 files changed, 9 deletions(-) diff --git a/sys-devel/kgcc64/kgcc64-10.5.0.ebuild b/sys-devel/kgcc64/kgcc64-10.5.0.ebuild index fbde9c9ed90f..2c36a71417c8 100644 --- a/sys-devel/kgcc64/kgcc64-10.5.0.ebuild +++ b/sys-devel/kgcc64/kgcc64-10.5.0.ebuild @@ -20,7 +20,6 @@ PATCH_VER="6" MUSL_VER="2" MUSL_GCC_VER="10.5.0" GCC_TARGET_NO_MULTILIB=true -PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain diff --git a/sys-devel/kgcc64/kgcc64-11.4.1_p20240501.ebuild b/sys-devel/kgcc64/kgcc64-11.4.1_p20240501.ebuild index ffb81657cd1d..932a1026c94e 100644 --- a/sys-devel/kgcc64/kgcc64-11.4.1_p20240501.ebuild +++ b/sys-devel/kgcc64/kgcc64-11.4.1_p20240501.ebuild @@ -20,7 +20,6 @@ PATCH_GCC_VER="11.4.0" PATCH_VER="12" MUSL_VER="2" MUSL_GCC_VER="11.4.0" -PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain DESCRIPTION="64bit kernel compiler" diff --git a/sys-devel/kgcc64/kgcc64-11.5.0.ebuild b/sys-devel/kgcc64/kgcc64-11.5.0.ebuild index 8b9a457d1bdf..6664cd1bfd0c 100644 --- a/sys-devel/kgcc64/kgcc64-11.5.0.ebuild +++ b/sys-devel/kgcc64/kgcc64-11.5.0.ebuild @@ -20,7 +20,6 @@ PATCH_GCC_VER="11.4.0" PATCH_VER="12" MUSL_VER="2" MUSL_GCC_VER="11.4.0" -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 6dd586e62c0a..b224186bda08 100644 --- a/sys-devel/kgcc64/kgcc64-12.3.1_p20240502.ebuild +++ b/sys-devel/kgcc64/kgcc64-12.3.1_p20240502.ebuild @@ -19,7 +19,6 @@ PATCH_GCC_VER="12.3.0" MUSL_VER="1" MUSL_GCC_VER="12.3.0" GCC_TARGET_NO_MULTILIB=true -PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain DESCRIPTION="64bit kernel compiler" diff --git a/sys-devel/kgcc64/kgcc64-12.4.0.ebuild b/sys-devel/kgcc64/kgcc64-12.4.0.ebuild index 61305646587b..4945bcb6d029 100644 --- a/sys-devel/kgcc64/kgcc64-12.4.0.ebuild +++ b/sys-devel/kgcc64/kgcc64-12.4.0.ebuild @@ -19,7 +19,6 @@ PATCH_GCC_VER="12.3.0" MUSL_VER="1" MUSL_GCC_VER="12.3.0" GCC_TARGET_NO_MULTILIB=true -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 bb7a651fa2f2..6dc5999d5745 100644 --- a/sys-devel/kgcc64/kgcc64-13.2.1_p20240503.ebuild +++ b/sys-devel/kgcc64/kgcc64-13.2.1_p20240503.ebuild @@ -19,7 +19,6 @@ PATCH_GCC_VER="13.2.0" MUSL_VER="2" MUSL_GCC_VER="13.2.0" GCC_TARGET_NO_MULTILIB=true -PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain DESCRIPTION="64bit kernel compiler" diff --git a/sys-devel/kgcc64/kgcc64-13.3.1_p20240614.ebuild b/sys-devel/kgcc64/kgcc64-13.3.1_p20240614.ebuild index d8efdd71af25..71e23dd24e5e 100644 --- a/sys-devel/kgcc64/kgcc64-13.3.1_p20240614.ebuild +++ b/sys-devel/kgcc64/kgcc64-13.3.1_p20240614.ebuild @@ -19,7 +19,6 @@ PATCH_GCC_VER="13.2.0" MUSL_VER="2" MUSL_GCC_VER="13.2.0" GCC_TARGET_NO_MULTILIB=true -PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain DESCRIPTION="64bit kernel compiler" diff --git a/sys-devel/kgcc64/kgcc64-14.1.1_p20240511.ebuild b/sys-devel/kgcc64/kgcc64-14.1.1_p20240511.ebuild index cc3127938240..295eee8a3965 100644 --- a/sys-devel/kgcc64/kgcc64-14.1.1_p20240511.ebuild +++ b/sys-devel/kgcc64/kgcc64-14.1.1_p20240511.ebuild @@ -19,7 +19,6 @@ PATCH_GCC_VER="14.1.0" MUSL_VER="1" MUSL_GCC_VER="14.1.0" GCC_TARGET_NO_MULTILIB=true -PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain DESCRIPTION="64bit kernel compiler" diff --git a/sys-devel/kgcc64/kgcc64-14.2.1_p20240817.ebuild b/sys-devel/kgcc64/kgcc64-14.2.1_p20240817.ebuild index d3384b00b844..b46d16e1bf8e 100644 --- a/sys-devel/kgcc64/kgcc64-14.2.1_p20240817.ebuild +++ b/sys-devel/kgcc64/kgcc64-14.2.1_p20240817.ebuild @@ -19,7 +19,6 @@ PATCH_GCC_VER="14.1.0" MUSL_VER="1" MUSL_GCC_VER="14.1.0" GCC_TARGET_NO_MULTILIB=true -PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain DESCRIPTION="64bit kernel compiler"