commit: 07039587839a3548b86615e832f62b281cec16c8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 21 21:18:48 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 21 21:18:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07039587
net-misc/dhcpcd: simplify optfeature
Older bind is EOL.
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/dhcpcd/dhcpcd-10.2.2-r1.ebuild | 2 +-
net-misc/dhcpcd/dhcpcd-10.2.2.ebuild | 2 +-
net-misc/dhcpcd/dhcpcd-10.2.3.ebuild | 2 +-
net-misc/dhcpcd/dhcpcd-9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-misc/dhcpcd/dhcpcd-10.2.2-r1.ebuild
b/net-misc/dhcpcd/dhcpcd-10.2.2-r1.ebuild
index d0e44d9ae704..c5dca30f733b 100644
--- a/net-misc/dhcpcd/dhcpcd-10.2.2-r1.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-10.2.2-r1.ebuild
@@ -169,5 +169,5 @@ pkg_postinst() {
elog "https://bugs.gentoo.org/show_bug.cgi?id=477356"
fi
- optfeature "lookup-hostname hook" net-dns/bind-tools
+ optfeature "lookup-hostname hook" net-dns/bind
}
diff --git a/net-misc/dhcpcd/dhcpcd-10.2.2.ebuild
b/net-misc/dhcpcd/dhcpcd-10.2.2.ebuild
index cc439d827e34..772192b40e01 100644
--- a/net-misc/dhcpcd/dhcpcd-10.2.2.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-10.2.2.ebuild
@@ -168,5 +168,5 @@ pkg_postinst() {
elog "https://bugs.gentoo.org/show_bug.cgi?id=477356"
fi
- optfeature "lookup-hostname hook" '<net-dns/bind-tools-9.18'
'>=net-dns/bind-9.18'
+ optfeature "lookup-hostname hook" net-dns/bind
}
diff --git a/net-misc/dhcpcd/dhcpcd-10.2.3.ebuild
b/net-misc/dhcpcd/dhcpcd-10.2.3.ebuild
index fcfca62700dc..0b2d7547c13f 100644
--- a/net-misc/dhcpcd/dhcpcd-10.2.3.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-10.2.3.ebuild
@@ -168,5 +168,5 @@ pkg_postinst() {
elog "https://bugs.gentoo.org/show_bug.cgi?id=477356"
fi
- optfeature "lookup-hostname hook" net-dns/bind-tools
+ optfeature "lookup-hostname hook" net-dns/bind
}
diff --git a/net-misc/dhcpcd/dhcpcd-9999.ebuild
b/net-misc/dhcpcd/dhcpcd-9999.ebuild
index d531c17913ae..0b2d7547c13f 100644
--- a/net-misc/dhcpcd/dhcpcd-9999.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-9999.ebuild
@@ -168,5 +168,5 @@ pkg_postinst() {
elog "https://bugs.gentoo.org/show_bug.cgi?id=477356"
fi
- optfeature "lookup-hostname hook" '<net-dns/bind-tools-9.18'
'>=net-dns/bind-9.18'
+ optfeature "lookup-hostname hook" net-dns/bind
}