From a504375e54e094bca4a9b364d89506ae71f22cab Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 6 Jun 2026 13:09:35 +0100 Subject: [PATCH] net-irc/rbot: fix bind-tools dependency bind-tools is just a stub now, depend on bind instead. Bug: https://bugs.gentoo.org/976621 Signed-off-by: Sam James --- net-irc/rbot/metadata.xml | 2 +- ....9.15_p20210609.ebuild => rbot-0.9.15_p20210609-r1.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename net-irc/rbot/{rbot-0.9.15_p20210609.ebuild => rbot-0.9.15_p20210609-r1.ebuild} (98%) diff --git a/net-irc/rbot/metadata.xml b/net-irc/rbot/metadata.xml index ac19f02219bcc..5f73f1ea37fb0 100644 --- a/net-irc/rbot/metadata.xml +++ b/net-irc/rbot/metadata.xml @@ -48,7 +48,7 @@ flag is disabled the plugin is also disabled by default. - Add dependency over net-dns/bind-tools (providing + Add dependency over net-dns/bind (providing /usr/bin/host), which is needed to enable the "host" plugin for rbot. If the USE flag is disabled the plugin is also disabled by default. diff --git a/net-irc/rbot/rbot-0.9.15_p20210609.ebuild b/net-irc/rbot/rbot-0.9.15_p20210609-r1.ebuild similarity index 98% rename from net-irc/rbot/rbot-0.9.15_p20210609.ebuild rename to net-irc/rbot/rbot-0.9.15_p20210609-r1.ebuild index de1062d921066..277fa61fd9e83 100644 --- a/net-irc/rbot/rbot-0.9.15_p20210609.ebuild +++ b/net-irc/rbot/rbot-0.9.15_p20210609-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -36,7 +36,7 @@ RDEPEND+=" toilet? ( app-misc/toilet ) fortune? ( games-misc/fortune-mod ) cal? ( sys-apps/util-linux ) - host? ( net-dns/bind-tools )" + host? ( net-dns/bind )" DEPEND+="${CDEPEND}"