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 2009A15807A for ; Mon, 09 Jun 2025 03:38: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 08D2434306B for ; Mon, 09 Jun 2025 03:38:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 98CF01102BE; Mon, 09 Jun 2025 03:38:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9386A1102BE for ; Mon, 09 Jun 2025 03:38:43 +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 4CC88342FF5 for ; Mon, 09 Jun 2025 03:38:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E232E297D for ; Mon, 09 Jun 2025 03:38:41 +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: <1749440285.2c057a00a0695fb57dcd7308a6fb91d3344f72ee.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/icaclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/icaclient/icaclient-24.11.0.85-r1.ebuild net-misc/icaclient/icaclient-24.2.0.65-r1.ebuild X-VCS-Directories: net-misc/icaclient/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2c057a00a0695fb57dcd7308a6fb91d3344f72ee X-VCS-Branch: master Date: Mon, 09 Jun 2025 03:38:41 +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: 580f680c-2028-4cb2-8e16-96d0a0180ea2 X-Archives-Hash: e90bcf9e6d66ac44df81f11a16897906 commit: 2c057a00a0695fb57dcd7308a6fb91d3344f72ee Author: Sam James gentoo org> AuthorDate: Mon Jun 9 03:38:05 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 9 03:38:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c057a00 net-misc/icaclient: fix libxml2 subslot dep "When the sub-slot part is omitted from the SLOT definition, the package is considered to have an implicit sub-slot which is equal to the regular slot." Fixes: b68dfd3e172b0f70464d00c95913d322b6bc520f Signed-off-by: Sam James gentoo.org> net-misc/icaclient/icaclient-24.11.0.85-r1.ebuild | 2 +- net-misc/icaclient/icaclient-24.2.0.65-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/icaclient/icaclient-24.11.0.85-r1.ebuild b/net-misc/icaclient/icaclient-24.11.0.85-r1.ebuild index f51d80a22751..4a8cffe538c8 100644 --- a/net-misc/icaclient/icaclient-24.11.0.85-r1.ebuild +++ b/net-misc/icaclient/icaclient-24.11.0.85-r1.ebuild @@ -55,7 +55,7 @@ RDEPEND=" app-crypt/libsecret dev-libs/glib:2 || ( - dev-libs/libxml2:2/0 + dev-libs/libxml2:2/2 dev-libs/libxml2-compat ) media-fonts/font-adobe-100dpi diff --git a/net-misc/icaclient/icaclient-24.2.0.65-r1.ebuild b/net-misc/icaclient/icaclient-24.2.0.65-r1.ebuild index 805b49efe06e..ccb4934de33d 100644 --- a/net-misc/icaclient/icaclient-24.2.0.65-r1.ebuild +++ b/net-misc/icaclient/icaclient-24.2.0.65-r1.ebuild @@ -55,7 +55,7 @@ RDEPEND=" app-crypt/libsecret dev-libs/glib:2 || ( - dev-libs/libxml2:2/0 + dev-libs/libxml2:2/2 dev-libs/libxml2-compat ) media-fonts/font-adobe-100dpi