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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F33B41582EF for ; Fri, 07 Mar 2025 00:11:00 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3726A340C43 for ; Fri, 07 Mar 2025 00:10:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3DA8E1102D2; Fri, 07 Mar 2025 00:10:21 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 33AEF1102D2 for ; Fri, 07 Mar 2025 00:10:21 +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 DE06D340C43 for ; Fri, 07 Mar 2025 00:10:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44D9F271B for ; Fri, 07 Mar 2025 00:10:19 +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: <1741306171.9102b0eae958dc76afba2e7b5210745d4a51b60b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/elt-patches/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/elt-patches/elt-patches-20250306.ebuild X-VCS-Directories: app-portage/elt-patches/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9102b0eae958dc76afba2e7b5210745d4a51b60b X-VCS-Branch: master Date: Fri, 07 Mar 2025 00:10:19 +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: 2c65cafd-1939-4df0-a580-a8330af03819 X-Archives-Hash: c3c4debd0a4326844c38e96547c59d47 commit: 9102b0eae958dc76afba2e7b5210745d4a51b60b Author: Sam James gentoo org> AuthorDate: Fri Mar 7 00:09:31 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 7 00:09:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9102b0ea app-portage/elt-patches: stabilize 20250306 Added a moment ago in 5a78316867a58ea36c6f645c35ff931fe65c0aaf. It fixes a serious issue affecting the binhost especially where overlinking could lead to broken binpkgs. Signed-off-by: Sam James gentoo.org> app-portage/elt-patches/elt-patches-20250306.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/elt-patches/elt-patches-20250306.ebuild b/app-portage/elt-patches/elt-patches-20250306.ebuild index a2af4af91a25..c423ad469020 100644 --- a/app-portage/elt-patches/elt-patches-20250306.ebuild +++ b/app-portage/elt-patches/elt-patches-20250306.ebuild @@ -19,7 +19,7 @@ else https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz " - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-linux ~ppc64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-linux ~ppc64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi LICENSE="GPL-2"