commit: 7046c7bc3925a9f07f0d8051fba373a878211df7 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jul 14 07:03:18 2018 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jul 14 07:03:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7046c7bc
net-analyzer/munin: fix make install https://github.com/munin-monitoring/munin/pull/988 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-analyzer/munin/munin-2.0.38.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-analyzer/munin/munin-2.0.38.ebuild b/net-analyzer/munin/munin-2.0.38.ebuild index 855719ca54d..1659f7a892a 100644 --- a/net-analyzer/munin/munin-2.0.38.ebuild +++ b/net-analyzer/munin/munin-2.0.38.ebuild @@ -120,6 +120,8 @@ src_prepare() { eapply "${WORKDIR}"/patches/*.patch + sed -i -e '/hp-ux/ s/done/fi/' Makefile || die + eapply_user java-pkg-opt-2_src_prepare
