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 C73F0158287 for ; Sun, 11 May 2025 21:42:19 +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 B12FD3431CA for ; Sun, 11 May 2025 21:42:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A75F11102C5; Sun, 11 May 2025 21:42:18 +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 98714110277 for ; Sun, 11 May 2025 21:42:18 +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 518DF3431CA for ; Sun, 11 May 2025 21:42:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2B731BFB for ; Sun, 11 May 2025 21:42:16 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1746999730.5664fa8d71cd370dd33a0b7fa4e6ddbb3afe298c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xmlsec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xmlsec/xmlsec-1.3.7-r1.ebuild dev-libs/xmlsec/xmlsec-1.3.7.ebuild X-VCS-Directories: dev-libs/xmlsec/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5664fa8d71cd370dd33a0b7fa4e6ddbb3afe298c X-VCS-Branch: master Date: Sun, 11 May 2025 21:42:16 +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: ab84e998-9bd6-4bcf-a9a0-88e2ed204c4c X-Archives-Hash: ef446b56765c3cea4343dea616510054 commit: 5664fa8d71cd370dd33a0b7fa4e6ddbb3afe298c Author: Alfred Wingate protonmail com> AuthorDate: Sat May 3 14:10:31 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 11 21:42:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5664fa8d dev-libs/xmlsec: add dev-libs/libxml2 subslot op for incoming ABI break Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/xmlsec/{xmlsec-1.3.7.ebuild => xmlsec-1.3.7-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/xmlsec/xmlsec-1.3.7.ebuild b/dev-libs/xmlsec/xmlsec-1.3.7-r1.ebuild similarity index 98% rename from dev-libs/xmlsec/xmlsec-1.3.7.ebuild rename to dev-libs/xmlsec/xmlsec-1.3.7-r1.ebuild index 518b63635de1..5d1a9be8149e 100644 --- a/dev-libs/xmlsec/xmlsec-1.3.7.ebuild +++ b/dev-libs/xmlsec/xmlsec-1.3.7-r1.ebuild @@ -24,7 +24,7 @@ REQUIRED_USE=" " RDEPEND=" - >=dev-libs/libxml2-2.7.4 + >=dev-libs/libxml2-2.7.4:= >=dev-libs/libxslt-1.0.20 dev-libs/libltdl gcrypt? ( >=dev-libs/libgcrypt-1.4.0:= )