net-dns/bind-tools: Sync with Gentoo

It's from Gentoo commit 7f19db3ea6bc4c4268fff2c4c7ff5aa2f27bffc0.
This commit is contained in:
Flatcar Buildbot 2024-11-11 07:08:01 +00:00 committed by Krzesimir Nowak
parent 276dfffb52
commit 21631e2b49

View File

@ -8,7 +8,19 @@ HOMEPAGE="https://www.isc.org/software/bind https://gitlab.isc.org/isc-projects/
LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0" LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
SLOT="0" SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="+caps doc gssapi idn libedit readline xml" IUSE="+caps doc gssapi idn libedit readline xml"
RDEPEND=">=net-dns/bind-9.18.0[caps?,doc?,gssapi?,idn?,xml?]" RDEPEND=">=net-dns/bind-9.18.0[caps?,doc?,gssapi?,idn?,xml?]"
pkg_postinst() {
ewarn "net-dns/bind-tools is now merged into net-dns/bind and"
ewarn "net-dns/bind-tools serves as a dummy package until it is"
ewarn "eventually removed. The split was already a maintenance burden"
ewarn "because of lack of build system support for it, but this became"
ewarn "more severe with >=9.18.0."
ewarn ""
ewarn "Please run the following commands:"
ewarn "* emerge --deselect net-dns/bind-tools"
ewarn "* emerge --noreplace net-dns/bind instead"
}