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}"