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 B8D101582EF for ; Fri, 07 Mar 2025 01:25:45 +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 9E393342FAD for ; Fri, 07 Mar 2025 01:25:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9D3A91102D2; Fri, 07 Mar 2025 01:25:44 +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 951911102D2 for ; Fri, 07 Mar 2025 01:25:44 +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 27B9B342FAD for ; Fri, 07 Mar 2025 01:25:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B49EB271B for ; Fri, 07 Mar 2025 01:25:42 +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: <1741310708.c263fc4e410d5f260eeb0969a350cf7ef00da6ba.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: c263fc4e410d5f260eeb0969a350cf7ef00da6ba X-VCS-Branch: master Date: Fri, 07 Mar 2025 01:25:42 +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: 624896c4-0cdf-46f5-bf60-88d3afb95ca2 X-Archives-Hash: abcad2a27394b01d3160e3b88a039d43 commit: c263fc4e410d5f260eeb0969a350cf7ef00da6ba Author: Sam James gentoo org> AuthorDate: Fri Mar 7 01:25:08 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 7 01:25:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c263fc4e libtool.eclass: tighten elt-patches dep again Very, very briefly lost in 83f46749d45ee192cfc575b0b2b94cf281ce97b9 from 5519c68288e98ecc1e136aa32c5e9bf2444ceb2e. Signed-off-by: Sam James gentoo.org> eclass/libtool.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index 7f21ac11575a..18596a922307 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.eclass @@ -28,7 +28,7 @@ inherit toolchain-funcs # @OUTPUT_VARIABLE # @DESCRIPTION: # Contains dependency on app-portage/elt-patches in *DEPEND format. -LIBTOOL_DEPEND="app-portage/elt-patches" +LIBTOOL_DEPEND=">=app-portage/elt-patches-20250306" # @ECLASS_VARIABLE: LIBTOOL_AUTO_DEPEND # @PRE_INHERIT