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 84EDC1396D0 for ; Mon, 2 Oct 2017 22:19:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B96EFE0DA0; Mon, 2 Oct 2017 22:19:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 99047E0DA0 for ; Mon, 2 Oct 2017 22:19:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C990D3418A2 for ; Mon, 2 Oct 2017 22:19:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 077368F66 for ; Mon, 2 Oct 2017 22:18:59 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1506982735.e23417c8548078d1327b65c090b4929fcf252c46.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virtualbox/virtualbox-5.1.26.ebuild app-emulation/virtualbox/virtualbox-5.1.28.ebuild X-VCS-Directories: app-emulation/virtualbox/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e23417c8548078d1327b65c090b4929fcf252c46 X-VCS-Branch: master Date: Mon, 2 Oct 2017 22:18:59 +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: 8117683b-996b-451f-880f-4076f09ded8f X-Archives-Hash: ae9f43082c34179187dc57788cd2ef35 commit: e23417c8548078d1327b65c090b4929fcf252c46 Author: Lars Wendler gentoo org> AuthorDate: Mon Oct 2 22:18:38 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Oct 2 22:18:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e23417c8 app-emulation/virtualbox: Replaced epatch with eapply. Package-Manager: Portage-2.3.10, Repoman-2.3.3 app-emulation/virtualbox/virtualbox-5.1.26.ebuild | 2 +- app-emulation/virtualbox/virtualbox-5.1.28.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/virtualbox/virtualbox-5.1.26.ebuild b/app-emulation/virtualbox/virtualbox-5.1.26.ebuild index d9fbee609ed..40f87adb01d 100644 --- a/app-emulation/virtualbox/virtualbox-5.1.26.ebuild +++ b/app-emulation/virtualbox/virtualbox-5.1.26.ebuild @@ -188,7 +188,7 @@ src_prepare() { # Only add paxmark patch when we're on pax_kernel if use pax_kernel ; then - epatch "${FILESDIR}"/virtualbox-5.1.4-paxmark-bldprogs.patch || die + eapply "${FILESDIR}"/virtualbox-5.1.4-paxmark-bldprogs.patch fi eapply "${WORKDIR}/patches" diff --git a/app-emulation/virtualbox/virtualbox-5.1.28.ebuild b/app-emulation/virtualbox/virtualbox-5.1.28.ebuild index 9dcba04f6d2..b9f8673f6fc 100644 --- a/app-emulation/virtualbox/virtualbox-5.1.28.ebuild +++ b/app-emulation/virtualbox/virtualbox-5.1.28.ebuild @@ -188,7 +188,7 @@ src_prepare() { # Only add paxmark patch when we're on pax_kernel if use pax_kernel ; then - epatch "${FILESDIR}"/virtualbox-5.1.4-paxmark-bldprogs.patch || die + eapply "${FILESDIR}"/virtualbox-5.1.4-paxmark-bldprogs.patch fi eapply "${WORKDIR}/patches"