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 515121584AD for ; Thu, 08 May 2025 21:41:56 +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 3AE803430C9 for ; Thu, 08 May 2025 21:41:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 38067110277; Thu, 08 May 2025 21:41:55 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2D76E110277 for ; Thu, 08 May 2025 21:41:55 +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 D6A0C34308F for ; Thu, 08 May 2025 21:41:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4156DFB9 for ; Thu, 08 May 2025 21:41:53 +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: <1746740407.7c011db5750abe5be1326a31a94faab3e6001631.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libical/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libical/libical-3.0.20-r1.ebuild dev-libs/libical/libical-3.0.20.ebuild X-VCS-Directories: dev-libs/libical/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7c011db5750abe5be1326a31a94faab3e6001631 X-VCS-Branch: master Date: Thu, 08 May 2025 21:41:53 +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: 458088ee-f3d8-4b43-b3db-0adcbe9c30e5 X-Archives-Hash: 8083b46ee6e345b1abc0f39a919b776d commit: 7c011db5750abe5be1326a31a94faab3e6001631 Author: Alfred Wingate protonmail com> AuthorDate: Sat May 3 14:05:14 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 8 21:40:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c011db5 dev-libs/libical: 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/libical/{libical-3.0.20.ebuild => libical-3.0.20-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libical/libical-3.0.20.ebuild b/dev-libs/libical/libical-3.0.20-r1.ebuild similarity index 98% rename from dev-libs/libical/libical-3.0.20.ebuild rename to dev-libs/libical/libical-3.0.20-r1.ebuild index f666c7b5ef34..da3ee5d151d6 100644 --- a/dev-libs/libical/libical-3.0.20.ebuild +++ b/dev-libs/libical/libical-3.0.20-r1.ebuild @@ -25,7 +25,7 @@ COMMON_DEPEND=" glib? ( dev-libs/glib:2 ) " DEPEND="${COMMON_DEPEND} - glib? ( dev-libs/libxml2:2 ) + glib? ( dev-libs/libxml2:2= ) " RDEPEND="${COMMON_DEPEND} sys-libs/timezone-data