From 3fb51fe0a6c14b0bdbac02a23fab4d474f4047f4 Mon Sep 17 00:00:00 2001 From: Kurt Kanzenbach Date: Sat, 4 Dec 2021 10:59:56 +0100 Subject: [PATCH] net-misc/smcroute: Remove unused inherit autotools Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Kurt Kanzenbach --- net-misc/smcroute/smcroute-2.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/smcroute/smcroute-2.5.5.ebuild b/net-misc/smcroute/smcroute-2.5.5.ebuild index 7ed53ac663..3c9edd39d6 100644 --- a/net-misc/smcroute/smcroute-2.5.5.ebuild +++ b/net-misc/smcroute/smcroute-2.5.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools linux-info +inherit linux-info DESCRIPTION="A static multicast routing daemon" HOMEPAGE="https://troglobit.com/projects/smcroute/"