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 19774158064 for ; Tue, 7 May 2024 10:05:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77D34E2B96; Tue, 7 May 2024 10:05:23 +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 5842DE2B96 for ; Tue, 7 May 2024 10:05:23 +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 6B00D335D2B for ; Tue, 7 May 2024 10:05:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB17019D8 for ; Tue, 7 May 2024 10:05:20 +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: <1715076233.5015e86bb2f8fe83908237494c4ce721b89593c2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gcc/gcc-14.0.9999.ebuild sys-devel/gcc/gcc-14.1.9999.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5015e86bb2f8fe83908237494c4ce721b89593c2 X-VCS-Branch: master Date: Tue, 7 May 2024 10:05:20 +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: 682b25c4-b8ef-415b-a88c-4e3cab548e1b X-Archives-Hash: 500a8f6e28b9350ec40541b6478aa01f commit: 5015e86bb2f8fe83908237494c4ce721b89593c2 Author: Sam James gentoo org> AuthorDate: Tue May 7 09:58:10 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 7 10:03:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5015e86b sys-devel/gcc: add 14.1.9999, drop 14.0.9999 Signed-off-by: Sam James gentoo.org> sys-devel/gcc/{gcc-14.0.9999.ebuild => gcc-14.1.9999.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/gcc/gcc-14.0.9999.ebuild b/sys-devel/gcc/gcc-14.1.9999.ebuild similarity index 96% rename from sys-devel/gcc/gcc-14.0.9999.ebuild rename to sys-devel/gcc/gcc-14.1.9999.ebuild index aa52aacaef60..f576374d0692 100644 --- a/sys-devel/gcc/gcc-14.0.9999.ebuild +++ b/sys-devel/gcc/gcc-14.1.9999.ebuild @@ -4,8 +4,8 @@ EAPI=8 TOOLCHAIN_PATCH_DEV="sam" -PATCH_GCC_VER="14.0.0" -MUSL_GCC_VER="14.0.0" +PATCH_GCC_VER="14.1.0" +MUSL_GCC_VER="14.1.0" PYTHON_COMPAT=( python3_{10..12} ) if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then