From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-998092-garchives=archives.gentoo.org@lists.gentoo.org>
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 673D3138206
	for <garchives@archives.gentoo.org>; Wed, 17 Jan 2018 13:37:56 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CB3FEE093D;
	Wed, 17 Jan 2018 13:37:55 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 A9000E093D
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 Jan 2018 13:37:55 +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 7A3F6335C30
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 Jan 2018 13:37:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C9AED1D2
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 Jan 2018 13:37:52 +0000 (UTC)
From: "Lars Wendler" <polynomial-c@gentoo.org>
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" <polynomial-c@gentoo.org>
Message-ID: <1516196268.7ff37f8ec285b82d5de3b3e3fec4d5aa76f4bc1e.polynomial-c@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-modules/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild
X-VCS-Directories: app-emulation/virtualbox-modules/
X-VCS-Committer: polynomial-c
X-VCS-Committer-Name: Lars Wendler
X-VCS-Revision: 7ff37f8ec285b82d5de3b3e3fec4d5aa76f4bc1e
X-VCS-Branch: master
Date: Wed, 17 Jan 2018 13:37:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: d2a6181f-ec21-4310-b58e-e31402a1c2d9
X-Archives-Hash: 4df5f5d1fd038bce6724f325cfbf8e0a

commit:     7ff37f8ec285b82d5de3b3e3fec4d5aa76f4bc1e
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 13:37:35 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 13:37:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff37f8e

app-emulation/virtualbox-modules: Re-added accidentally dropped patch.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild
index c7dc447dff1..2b0af6d632f 100644
--- a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild
+++ b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild
@@ -47,6 +47,10 @@ src_prepare() {
 		epatch "${FILESDIR}"/${PN}-4.1.4-pax-const.patch
 	fi
 
+	if kernel_is -ge 4 14 0 ; then
+		epatch "${FILESDIR}"/${PN}-5.1.30-udp.patch
+	fi
+
 	default
 }