commit: 3358aa2b2557405c33dc21dcdfd9caf2a3cb0028 Author: Henning Schild <henning <AT> hennsch <DOT> de> AuthorDate: Mon Apr 14 07:17:13 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 21 21:18:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3358aa2b
net-misc/dhcpcd: update optfeature to net-dns/bind net-dns/bind-tools has been merged into net-dns/bind, update optfeature accordingly. Signed-off-by: Henning Schild <henning <AT> hennsch.de> Part-of: https://github.com/gentoo/gentoo/pull/41587 Closes: https://github.com/gentoo/gentoo/pull/41587 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/dhcpcd/dhcpcd-10.2.2.ebuild | 2 +- net-misc/dhcpcd/dhcpcd-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/dhcpcd/dhcpcd-10.2.2.ebuild b/net-misc/dhcpcd/dhcpcd-10.2.2.ebuild index 7f51688eb0cb..cc439d827e34 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 + optfeature "lookup-hostname hook" '<net-dns/bind-tools-9.18' '>=net-dns/bind-9.18' } diff --git a/net-misc/dhcpcd/dhcpcd-9999.ebuild b/net-misc/dhcpcd/dhcpcd-9999.ebuild index 8152fd07c4f8..d531c17913ae 100644 --- a/net-misc/dhcpcd/dhcpcd-9999.ebuild +++ b/net-misc/dhcpcd/dhcpcd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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-tools-9.18' '>=net-dns/bind-9.18' }
