commit: 3cd9f7818f6d9b9d2e38f6b8e70785463249532c Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Sun Jul 20 00:40:03 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jul 23 02:30:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd9f781
net-dns/knot: Remove unused local USE description Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43077 Closes: https://github.com/gentoo/gentoo/pull/43077 Signed-off-by: Sam James <sam <AT> gentoo.org> net-dns/knot/metadata.xml | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/net-dns/knot/metadata.xml b/net-dns/knot/metadata.xml index 6a8f6b760ceb..c39f9c07d1b5 100644 --- a/net-dns/knot/metadata.xml +++ b/net-dns/knot/metadata.xml @@ -10,21 +10,12 @@ <name>Proxy Maintainers</name> </maintainer> <use> - <flag name="authsignal"> - Enable Automatic Authenticated DNSSEC Bootstrapping records - </flag> - <flag name="cookies"> - Enable the DNS cookie module (RFC 7873) - </flag> <flag name="daemon"> Enable Knot DNS main daemon </flag> <flag name="doh"> Enable DNS over HTTP (DoH) using libnghttp2 </flag> - <flag name="dnsproxy"> - Enable the tiny DNS proxy module - </flag> <flag name="dnstap"> Include support for the dnstap binary log format (http://dnstap.info/) @@ -33,41 +24,18 @@ Use a zone file parser that is faster, but requires more memory and CPU time to compile </flag> - <flag name="noudp"> - Enable the module which can send empty truncated - responses to UDP queries - </flag> - <flag name="onlinesign"> - Enable the module that sign zones on the fly instead of - pre-signing zone - </flag> <flag name="pkcs11"> Add support for PKCS#11 </flag> <flag name="prometheus"> A Prometheus exporter for server and query statistics. </flag> - <flag name="queryacl"> - Enable the module for query access control - </flag> <flag name="quic"> Enable the DNS over QUIC (DoQ) module using libngtcp2 </flag> - <flag name="rrl"> - Enable the response rate limiting module - </flag> - <flag name="stats"> - Enable the server statistics module - </flag> - <flag name="synthrecord"> - Enable the automatic forward/reverse records module - </flag> <flag name="utils"> Install Knot utilities, such as kdig, kzonecheck, ... </flag> - <flag name="whoami"> - Enable the whoami response module - </flag> <flag name="xdp"> Enable eXpress Data Path </flag>
