commit: 9b4ee34b6dca38296dc45146bfc5cec27d6dfc89 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Tue Dec 7 14:29:13 2021 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Tue Dec 7 14:33:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b4ee34b
profiles/package.mask: Masked net-dns/pdnsd for removal Bug: https://bugs.gentoo.org/801688 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 9b604924b4e8..4b185cbfd41a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Lars Wendler <[email protected]> (2021-12-07) +# Fails to build with recent kernel headers (bug #801688). +# Upstream is gone for a long time. Masked for removal in 30 days. +# Users should switch over to net-dns/dnsmasq which provides similar features. +net-dns/pdnsd + # David Seifert <[email protected]> (2021-12-06) # Ancient release, EAPI 5, downloads random data, # latest version uses Gradle.
