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 94F50158091 for ; Thu, 2 Jun 2022 08:25:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E88CE0536; Thu, 2 Jun 2022 08:25:55 +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 7BF36E0536 for ; Thu, 2 Jun 2022 08:25:55 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55C65341F7D for ; Thu, 2 Jun 2022 08:25:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B147ED3 for ; Thu, 2 Jun 2022 08:25:52 +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: <1654158345.15fc96c135541b23b478138b8b22c29d0cb76755.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.3.0.ebuild sys-devel/kgcc64/kgcc64-11.2.1_p20220115.ebuild sys-devel/kgcc64/kgcc64-11.3.0.ebuild sys-devel/kgcc64/kgcc64-9.3.0-r2.ebuild sys-devel/kgcc64/kgcc64-9.4.0.ebuild X-VCS-Directories: sys-devel/kgcc64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 15fc96c135541b23b478138b8b22c29d0cb76755 X-VCS-Branch: master Date: Thu, 2 Jun 2022 08:25:52 +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: d2d38ddf-84e8-4425-af22-17c59fa87cb8 X-Archives-Hash: d359ad57cf87c87bf7adf2ba7da28b7a commit: 15fc96c135541b23b478138b8b22c29d0cb76755 Author: Sam James gentoo org> AuthorDate: Thu Jun 2 08:25:45 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 2 08:25:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15fc96c1 sys-devel/kgcc64: use TOOLCHAIN_PATCH_DEV Signed-off-by: Sam James gentoo.org> sys-devel/kgcc64/kgcc64-10.3.0.ebuild | 3 ++- sys-devel/kgcc64/kgcc64-11.2.1_p20220115.ebuild | 2 +- sys-devel/kgcc64/kgcc64-11.3.0.ebuild | 2 +- sys-devel/kgcc64/kgcc64-9.3.0-r2.ebuild | 3 ++- sys-devel/kgcc64/kgcc64-9.4.0.ebuild | 1 + 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sys-devel/kgcc64/kgcc64-10.3.0.ebuild b/sys-devel/kgcc64/kgcc64-10.3.0.ebuild index e05d42e06fa3..3eb8d3aeded9 100644 --- a/sys-devel/kgcc64/kgcc64-10.3.0.ebuild +++ b/sys-devel/kgcc64/kgcc64-10.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,6 +13,7 @@ case ${CHOST} in esac export CTARGET TOOLCHAIN_ALLOWED_LANGS="c" +TOOLCHAIN_PATCH_DEV="slyfox" GCC_TARGET_NO_MULTILIB=true PATCH_VER="1" diff --git a/sys-devel/kgcc64/kgcc64-11.2.1_p20220115.ebuild b/sys-devel/kgcc64/kgcc64-11.2.1_p20220115.ebuild index 261a01a910c9..53f4e1488ec0 100644 --- a/sys-devel/kgcc64/kgcc64-11.2.1_p20220115.ebuild +++ b/sys-devel/kgcc64/kgcc64-11.2.1_p20220115.ebuild @@ -13,8 +13,8 @@ case ${CHOST} in esac export CTARGET TOOLCHAIN_ALLOWED_LANGS="c" +TOOLCHAIN_PATCH_DEV="sam" GCC_TARGET_NO_MULTILIB=true - PATCH_VER="4" PATCH_GCC_VER="11.3.0" inherit toolchain diff --git a/sys-devel/kgcc64/kgcc64-11.3.0.ebuild b/sys-devel/kgcc64/kgcc64-11.3.0.ebuild index 261a01a910c9..53f4e1488ec0 100644 --- a/sys-devel/kgcc64/kgcc64-11.3.0.ebuild +++ b/sys-devel/kgcc64/kgcc64-11.3.0.ebuild @@ -13,8 +13,8 @@ case ${CHOST} in esac export CTARGET TOOLCHAIN_ALLOWED_LANGS="c" +TOOLCHAIN_PATCH_DEV="sam" GCC_TARGET_NO_MULTILIB=true - PATCH_VER="4" PATCH_GCC_VER="11.3.0" inherit toolchain diff --git a/sys-devel/kgcc64/kgcc64-9.3.0-r2.ebuild b/sys-devel/kgcc64/kgcc64-9.3.0-r2.ebuild index 973b2870eba9..1c81c1c0fb35 100644 --- a/sys-devel/kgcc64/kgcc64-9.3.0-r2.ebuild +++ b/sys-devel/kgcc64/kgcc64-9.3.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,6 +13,7 @@ case ${CHOST} in esac export CTARGET TOOLCHAIN_ALLOWED_LANGS="c" +TOOLCHAIN_PATCH_DEV="slyfox" GCC_TARGET_NO_MULTILIB=true PATCH_VER="3" diff --git a/sys-devel/kgcc64/kgcc64-9.4.0.ebuild b/sys-devel/kgcc64/kgcc64-9.4.0.ebuild index e6b50adde92e..25de4c738340 100644 --- a/sys-devel/kgcc64/kgcc64-9.4.0.ebuild +++ b/sys-devel/kgcc64/kgcc64-9.4.0.ebuild @@ -13,6 +13,7 @@ case ${CHOST} in esac export CTARGET TOOLCHAIN_ALLOWED_LANGS="c" +TOOLCHAIN_PATCH_DEV="slyfox" GCC_TARGET_NO_MULTILIB=true PATCH_VER="1"