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 19B941584AD for ; Mon, 05 May 2025 08:14:38 +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 ECA6E343166 for ; Mon, 05 May 2025 08:14:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E4DA611036F; Mon, 05 May 2025 08:14:36 +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 D928811036D for ; Mon, 05 May 2025 08:14:36 +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 83F84343144 for ; Mon, 05 May 2025 08:14:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E810D1E0F for ; Mon, 05 May 2025 08:14:34 +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: <1746432792.cfcb0d9bcae7b5d3bcc2c563769877787e766a47.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/xar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/xar/xar-1.8.0.0.487.100.1-r1.ebuild app-arch/xar/xar-1.8.0.0.487.100.1.ebuild app-arch/xar/xar-1.8.0.0.498-r1.ebuild app-arch/xar/xar-1.8.0.0.498.ebuild X-VCS-Directories: app-arch/xar/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cfcb0d9bcae7b5d3bcc2c563769877787e766a47 X-VCS-Branch: master Date: Mon, 05 May 2025 08:14:34 +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: 8639db56-16df-440b-84d5-c7d8be3543c8 X-Archives-Hash: 79bb72c0d8d30de7226d42c06c61ae7b commit: cfcb0d9bcae7b5d3bcc2c563769877787e766a47 Author: Alfred Wingate protonmail com> AuthorDate: Sat May 3 11:31:58 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 5 08:13:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfcb0d9b app-arch/xar: 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> .../{xar-1.8.0.0.487.100.1.ebuild => xar-1.8.0.0.487.100.1-r1.ebuild} | 4 ++-- app-arch/xar/{xar-1.8.0.0.498.ebuild => xar-1.8.0.0.498-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-arch/xar/xar-1.8.0.0.487.100.1.ebuild b/app-arch/xar/xar-1.8.0.0.487.100.1-r1.ebuild similarity index 97% rename from app-arch/xar/xar-1.8.0.0.487.100.1.ebuild rename to app-arch/xar/xar-1.8.0.0.487.100.1-r1.ebuild index 52fc0eba38a3..db47165e8365 100644 --- a/app-arch/xar/xar-1.8.0.0.487.100.1.ebuild +++ b/app-arch/xar/xar-1.8.0.0.487.100.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ DEPEND=" dev-libs/openssl:0=[${MULTILIB_USEDEP}] app-arch/bzip2[${MULTILIB_USEDEP}] sys-libs/zlib[${MULTILIB_USEDEP}] - dev-libs/libxml2[${MULTILIB_USEDEP}] + dev-libs/libxml2:=[${MULTILIB_USEDEP}] " RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" diff --git a/app-arch/xar/xar-1.8.0.0.498.ebuild b/app-arch/xar/xar-1.8.0.0.498-r1.ebuild similarity index 97% rename from app-arch/xar/xar-1.8.0.0.498.ebuild rename to app-arch/xar/xar-1.8.0.0.498-r1.ebuild index 9409aca87080..e019d95c813d 100644 --- a/app-arch/xar/xar-1.8.0.0.498.ebuild +++ b/app-arch/xar/xar-1.8.0.0.498-r1.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 @@ -19,7 +19,7 @@ DEPEND=" dev-libs/openssl:0=[${MULTILIB_USEDEP}] app-arch/bzip2[${MULTILIB_USEDEP}] sys-libs/zlib[${MULTILIB_USEDEP}] - dev-libs/libxml2[${MULTILIB_USEDEP}] + dev-libs/libxml2:=[${MULTILIB_USEDEP}] " RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig"