From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 570651580EB for ; Thu, 29 May 2025 01:02:16 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 421F434302F for ; Thu, 29 May 2025 01:02:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 42CC8110287; Thu, 29 May 2025 01:02:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 37DEB110287 for ; Thu, 29 May 2025 01:02:15 +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 BBDB434302F for ; Thu, 29 May 2025 01:02:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31CB3254C for ; Thu, 29 May 2025 01:02:13 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1748480480.d492182a59487f2ab01473031d9c3a0a73983131.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gcc/gcc-13.3.1_p20250522-r1.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: d492182a59487f2ab01473031d9c3a0a73983131 X-VCS-Branch: master Date: Thu, 29 May 2025 01:02:13 +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: 2252a4f3-dd47-478d-9e1f-4978aff81632 X-Archives-Hash: bac548ffcc496f4891fd1d88e434760d commit: d492182a59487f2ab01473031d9c3a0a73983131 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu May 29 01:01:20 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu May 29 01:01:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d492182a sys-devel/gcc: keyword 13.3.1_p20250522-r1 for ~m68k Signed-off-by: Andreas K. Hüttel gentoo.org> sys-devel/gcc/gcc-13.3.1_p20250522-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-devel/gcc/gcc-13.3.1_p20250522-r1.ebuild b/sys-devel/gcc/gcc-13.3.1_p20250522-r1.ebuild index bb96cde3f499..926f8808b7b3 100644 --- a/sys-devel/gcc/gcc-13.3.1_p20250522-r1.ebuild +++ b/sys-devel/gcc/gcc-13.3.1_p20250522-r1.ebuild @@ -43,6 +43,7 @@ if tc_is_live ; then elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then # Don't keyword live ebuilds #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~m68k" :; fi