diff options
author | Sam James <sam@gentoo.org> | 2021-04-03 19:46:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 19:59:13 +0100 |
commit | 968bcf3cd4ab24f355c7da53797c8de084d835f7 (patch) | |
tree | 68efb2754ea0d85a999ad9001ece41dbd6e996b3 /net-analyzer/mrtg | |
parent | net-analyzer/oinkmaster: port to EAPI 7 (diff) | |
download | gentoo-968bcf3cd4ab24f355c7da53797c8de084d835f7.tar.gz gentoo-968bcf3cd4ab24f355c7da53797c8de084d835f7.tar.bz2 gentoo-968bcf3cd4ab24f355c7da53797c8de084d835f7.zip |
net-analyzer/mrtg: multilib--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/mrtg')
-rw-r--r-- | net-analyzer/mrtg/mrtg-2.17.7.ebuild | 4 |
1 files 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 0f9883018fc0..e63814c2ef96 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 ) |