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 E3EDF15807A for ; Mon, 09 Jun 2025 03:13:52 +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 D0F6034313F for ; Mon, 09 Jun 2025 03:13:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B41911104C1; Mon, 09 Jun 2025 03:13:15 +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 AB13D1104C1 for ; Mon, 09 Jun 2025 03:13:15 +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 68149343077 for ; Mon, 09 Jun 2025 03:13:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35FCE2997 for ; Mon, 09 Jun 2025 03:13:12 +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: <1749438710.18eecd1fb228bb8dc3fa2212d8cacf5cd55a6954.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r2.ebuild X-VCS-Directories: x11-plugins/pidgin-sipe/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 18eecd1fb228bb8dc3fa2212d8cacf5cd55a6954 X-VCS-Branch: master Date: Mon, 09 Jun 2025 03:13:12 +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: e6b9875d-8c96-47ab-b898-fcaa033b9b78 X-Archives-Hash: 7b4370552c898bb791bc43cba4755cd6 commit: 18eecd1fb228bb8dc3fa2212d8cacf5cd55a6954 Author: Alfred Wingate protonmail com> AuthorDate: Sat May 3 17:16:20 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 9 03:11:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18eecd1f x11-plugins/pidgin-sipe: add dev-libs/libxml2 subslot op for incoming ABI break Signed-off-by: Alfred Wingate protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41919 Signed-off-by: Sam James gentoo.org> .../{pidgin-sipe-1.25.0-r1.ebuild => pidgin-sipe-1.25.0-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r2.ebuild similarity index 96% rename from x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild rename to x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r2.ebuild index b1c06e93f654..09f283beed58 100644 --- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild +++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r2.ebuild @@ -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 EAPI=7 @@ -17,7 +17,7 @@ IUSE="dbus debug kerberos ocs2005-message-hack openssl telepathy voice" RDEPEND=" dev-libs/gmime:2.6 - dev-libs/libxml2 + dev-libs/libxml2:= openssl? ( dev-libs/openssl:= ) !openssl? ( dev-libs/nss ) kerberos? ( virtual/krb5 )