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 3EFF51584AD for ; Mon, 05 May 2025 08:15:08 +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 29978342F9F for ; Mon, 05 May 2025 08:15:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1C5981104B9; Mon, 05 May 2025 08:14:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1414D1104B9 for ; Mon, 05 May 2025 08:14:40 +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 C175834315C for ; Mon, 05 May 2025 08:14:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E10921E0F for ; Mon, 05 May 2025 08:14:36 +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: <1746432804.d1984f7f59ab26150f073c9c13e0742d15cc856c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/bind/bind-9.18.29-r2.ebuild net-dns/bind/bind-9.18.29-r3.ebuild net-dns/bind/bind-9.18.31-r1.ebuild net-dns/bind/bind-9.18.31-r2.ebuild net-dns/bind/bind-9.20.7-r1.ebuild net-dns/bind/bind-9.20.7.ebuild X-VCS-Directories: net-dns/bind/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d1984f7f59ab26150f073c9c13e0742d15cc856c X-VCS-Branch: master Date: Mon, 05 May 2025 08:14:36 +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: 183dfab7-ac09-41e8-b9cc-adec1c1f9afc X-Archives-Hash: f1ab790661d56e6907192302e7789210 commit: d1984f7f59ab26150f073c9c13e0742d15cc856c Author: Alfred Wingate protonmail com> AuthorDate: Sat May 3 16:30:55 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 5 08:13:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1984f7f net-dns/bind: 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> net-dns/bind/{bind-9.18.29-r2.ebuild => bind-9.18.29-r3.ebuild} | 2 +- net-dns/bind/{bind-9.18.31-r1.ebuild => bind-9.18.31-r2.ebuild} | 2 +- net-dns/bind/{bind-9.20.7.ebuild => bind-9.20.7-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-dns/bind/bind-9.18.29-r2.ebuild b/net-dns/bind/bind-9.18.29-r3.ebuild similarity index 99% rename from net-dns/bind/bind-9.18.29-r2.ebuild rename to net-dns/bind/bind-9.18.29-r3.ebuild index ba1fbcbae748..445b15be4e15 100644 --- a/net-dns/bind/bind-9.18.29-r2.ebuild +++ b/net-dns/bind/bind-9.18.29-r3.ebuild @@ -37,7 +37,7 @@ DEPEND=" idn? ( net-dns/libidn2 ) jemalloc? ( dev-libs/jemalloc:= ) lmdb? ( dev-db/lmdb ) - xml? ( dev-libs/libxml2 ) + xml? ( dev-libs/libxml2:= ) " RDEPEND=" ${DEPEND} diff --git a/net-dns/bind/bind-9.18.31-r1.ebuild b/net-dns/bind/bind-9.18.31-r2.ebuild similarity index 99% rename from net-dns/bind/bind-9.18.31-r1.ebuild rename to net-dns/bind/bind-9.18.31-r2.ebuild index d4b6c103bbce..65e278b7e4c9 100644 --- a/net-dns/bind/bind-9.18.31-r1.ebuild +++ b/net-dns/bind/bind-9.18.31-r2.ebuild @@ -37,7 +37,7 @@ DEPEND=" idn? ( net-dns/libidn2 ) jemalloc? ( dev-libs/jemalloc:= ) lmdb? ( dev-db/lmdb ) - xml? ( dev-libs/libxml2 ) + xml? ( dev-libs/libxml2:= ) " RDEPEND=" ${DEPEND} diff --git a/net-dns/bind/bind-9.20.7.ebuild b/net-dns/bind/bind-9.20.7-r1.ebuild similarity index 99% rename from net-dns/bind/bind-9.20.7.ebuild rename to net-dns/bind/bind-9.20.7-r1.ebuild index a19f5a14882c..5e2ec26cf327 100644 --- a/net-dns/bind/bind-9.20.7.ebuild +++ b/net-dns/bind/bind-9.20.7-r1.ebuild @@ -38,7 +38,7 @@ DEPEND=" idn? ( net-dns/libidn2 ) jemalloc? ( dev-libs/jemalloc:= ) lmdb? ( dev-db/lmdb ) - xml? ( dev-libs/libxml2 ) + xml? ( dev-libs/libxml2:= ) " RDEPEND=" ${DEPEND}