commit: 1d40e34e86b6d3c04a53aa533deb50390a2a2224
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 21 20:57:10 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 21 20:57:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d40e34e
net-dns/dnsdist: drop unused autotools inherit
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dns/dnsdist/dnsdist-1.9.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dns/dnsdist/dnsdist-1.9.10.ebuild
b/net-dns/dnsdist/dnsdist-1.9.10.ebuild
index 94331b3911af..215e0b4d8692 100644
--- a/net-dns/dnsdist/dnsdist-1.9.10.ebuild
+++ b/net-dns/dnsdist/dnsdist-1.9.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
LUA_COMPAT=( lua5-{1..4} luajit )
-inherit autotools flag-o-matic lua-single
+inherit flag-o-matic lua-single
DESCRIPTION="A highly DNS-, DoS- and abuse-aware loadbalancer"
HOMEPAGE="https://www.dnsdist.org/index.html"