From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63FDC138334 for ; Sat, 14 Jul 2018 07:03:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27BB2E09AD; Sat, 14 Jul 2018 07:03:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3374E09AD for ; Sat, 14 Jul 2018 07:03:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2534D335C7A for ; Sat, 14 Jul 2018 07:03:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19CE2358 for ; Sat, 14 Jul 2018 07:03:29 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1531551798.7046c7bc3925a9f07f0d8051fba373a878211df7.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/munin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/munin/munin-2.0.38.ebuild X-VCS-Directories: net-analyzer/munin/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 7046c7bc3925a9f07f0d8051fba373a878211df7 X-VCS-Branch: master Date: Sat, 14 Jul 2018 07:03:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7e7ae7b7-3d63-4902-adbd-c3e72cad3b27 X-Archives-Hash: e355e810cd860486d061d6f1a6c5ee76 commit: 7046c7bc3925a9f07f0d8051fba373a878211df7 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 14 07:03:18 2018 +0000 Commit: Hans de Graaff gentoo 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