Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/mrtg/
Date: Sat, 03 Apr 2021 18:59:34
Message-Id: 1617476353.968bcf3cd4ab24f355c7da53797c8de084d835f7.sam@gentoo
1 commit: 968bcf3cd4ab24f355c7da53797c8de084d835f7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 3 18:46:22 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 18:59:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968bcf3c
7
8 net-analyzer/mrtg: multilib--
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/mrtg/mrtg-2.17.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/mrtg/mrtg-2.17.7.ebuild b/net-analyzer/mrtg/mrtg-2.17.7.ebuild
16 index 0f9883018fc..e63814c2ef9 100644
17 --- a/net-analyzer/mrtg/mrtg-2.17.7.ebuild
18 +++ b/net-analyzer/mrtg/mrtg-2.17.7.ebuild
19 @@ -1,8 +1,7 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -inherit multilib
26
27 DESCRIPTION="A tool to monitor the traffic load on network-links"
28 HOMEPAGE="https://oss.oetiker.ch/mrtg/"
29 @@ -23,6 +22,7 @@ RDEPEND="
30 ${DEPEND}
31 selinux? ( sec-policy/selinux-mrtg )
32 "
33 +
34 PATCHES=(
35 "${FILESDIR}"/${PN}-2.17.4-socket6.patch
36 )