From 968bcf3cd4ab24f355c7da53797c8de084d835f7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 3 Apr 2021 19:46:22 +0100 Subject: [PATCH] net-analyzer/mrtg: multilib-- Signed-off-by: Sam James --- net-analyzer/mrtg/mrtg-2.17.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/mrtg/mrtg-2.17.7.ebuild b/net-analyzer/mrtg/mrtg-2.17.7.ebuild index 0f9883018fc04..e63814c2ef964 100644 --- a/net-analyzer/mrtg/mrtg-2.17.7.ebuild +++ b/net-analyzer/mrtg/mrtg-2.17.7.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit multilib DESCRIPTION="A tool to monitor the traffic load on network-links" HOMEPAGE="https://oss.oetiker.ch/mrtg/" @@ -23,6 +22,7 @@ RDEPEND=" ${DEPEND} selinux? ( sec-policy/selinux-mrtg ) " + PATCHES=( "${FILESDIR}"/${PN}-2.17.4-socket6.patch )