commit: 5af93fe74f2ffad0bd31bc621a31b0a91b4b87d4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 15 07:43:46 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 15 07:43:46 2025 +0000
URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=5af93fe7
bind-tools -> bind
Signed-off-by: Sam James <sam <AT> gentoo.org>
builders/dola/binhost-update | 2 +-
builders/milou/binhost-update | 2 +-
builders/tintin/binhost-update | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/builders/dola/binhost-update b/builders/dola/binhost-update
index fe480c3..66d256c 100755
--- a/builders/dola/binhost-update
+++ b/builders/dola/binhost-update
@@ -63,7 +63,7 @@ upsync_binpackages() {
verify_dnssec() {
which dig >/dev/null || {
- echo "net-dns/bind-tools is needed to verify DNSSEC is working"
+ echo "net-dns/bind is needed to verify DNSSEC is working"
exit 1
}
diff --git a/builders/milou/binhost-update b/builders/milou/binhost-update
index 1b671d4..1d41d5c 100755
--- a/builders/milou/binhost-update
+++ b/builders/milou/binhost-update
@@ -74,7 +74,7 @@ upsync_binpackages() {
verify_dnssec() {
which dig >/dev/null || {
- echo "net-dns/bind-tools is needed to verify DNSSEC is working"
+ echo "net-dns/bind is needed to verify DNSSEC is working"
exit 1
}
diff --git a/builders/tintin/binhost-update b/builders/tintin/binhost-update
index 836e582..f1f33f6 100755
--- a/builders/tintin/binhost-update
+++ b/builders/tintin/binhost-update
@@ -74,7 +74,7 @@ upsync_binpackages() {
verify_dnssec() {
which dig >/dev/null || {
- echo "net-dns/bind-tools is needed to verify DNSSEC is working"
+ echo "net-dns/bind is needed to verify DNSSEC is working"
exit 1
}