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 407F31582EF for ; Fri, 07 Mar 2025 00:58:33 +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 27ED8342FB7 for ; Fri, 07 Mar 2025 00:58:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 141E11102D2; Fri, 07 Mar 2025 00:58:32 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 06A4B1102D2 for ; Fri, 07 Mar 2025 00:58:32 +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 A72933417BD for ; Fri, 07 Mar 2025 00:58:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F977288B for ; Fri, 07 Mar 2025 00:58:30 +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: <1741309012.5519c68288e98ecc1e136aa32c5e9bf2444ceb2e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/libtool.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5519c68288e98ecc1e136aa32c5e9bf2444ceb2e X-VCS-Branch: master Date: Fri, 07 Mar 2025 00:58:30 +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: 6cf49e8c-8705-4dc9-8f44-350e84ca2de8 X-Archives-Hash: 09a5d491ad978e652c40a4b10cbbdbb8 commit: 5519c68288e98ecc1e136aa32c5e9bf2444ceb2e Author: Sam James gentoo org> AuthorDate: Fri Mar 7 00:56:52 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 7 00:56:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5519c682 libtool.eclass: depend on >=app-portage/elt-patches-20250306 We want new elt-patches to be in use to pick up *especially* the as-needed fix for libtool-2.5.0, see 5a78316867a58ea36c6f645c35ff931fe65c0aaf and 9102b0eae958dc76afba2e7b5210745d4a51b60b. It makes sense to do it here not just to propagate the fix and ensure people are using the new version, but it also forces rebuilds in the binhost and invalidates the affected binpkgs for us via changed-deps. Double win! Signed-off-by: Sam James gentoo.org> eclass/libtool.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index 8ffc06d6ff98..6565faf07e83 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: libtool.eclass @@ -22,7 +22,7 @@ case ${EAPI} in *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac -BDEPEND=">=app-portage/elt-patches-20240116" +BDEPEND=">=app-portage/elt-patches-20250306" inherit toolchain-funcs