Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/munin/
Date: Sat, 14 Jul 2018 07:03:35
Message-Id: 1531551798.7046c7bc3925a9f07f0d8051fba373a878211df7.graaff@gentoo
1 commit: 7046c7bc3925a9f07f0d8051fba373a878211df7
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 14 07:03:18 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 14 07:03:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7046c7bc
7
8 net-analyzer/munin: fix make install
9
10 https://github.com/munin-monitoring/munin/pull/988
11
12 Package-Manager: Portage-2.3.40, Repoman-2.3.9
13
14 net-analyzer/munin/munin-2.0.38.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/net-analyzer/munin/munin-2.0.38.ebuild b/net-analyzer/munin/munin-2.0.38.ebuild
18 index 855719ca54d..1659f7a892a 100644
19 --- a/net-analyzer/munin/munin-2.0.38.ebuild
20 +++ b/net-analyzer/munin/munin-2.0.38.ebuild
21 @@ -120,6 +120,8 @@ src_prepare() {
22
23 eapply "${WORKDIR}"/patches/*.patch
24
25 + sed -i -e '/hp-ux/ s/done/fi/' Makefile || die
26 +
27 eapply_user
28
29 java-pkg-opt-2_src_prepare