Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-virtualbox/files/
Date: Sun, 04 Feb 2018 05:42:18
Message-Id: 1517722925.dd4e89de99b74b9f59e146bf55b659cef05ef306.polynomial-c@gentoo
1 commit: dd4e89de99b74b9f59e146bf55b659cef05ef306
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 3 19:54:57 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 4 05:42:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4e89de
7
8 x11-drivers/xf86-video-virtualbox: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/7040
11
12 .../xf86-video-virtualbox-5.1.30-sysmacros.patch | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-5.1.30-sysmacros.patch b/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-5.1.30-sysmacros.patch
16 deleted file mode 100644
17 index 0ee85e52f00..00000000000
18 --- a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-5.1.30-sysmacros.patch
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 ---- VirtualBox-5.1.30/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp
22 -+++ VirtualBox-5.1.30/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp
23 -@@ -64,6 +64,7 @@
24 - #include <stdio.h>
25 - #include <stdlib.h>
26 - #include <sys/types.h>
27 -+#include <sys/sysmacros.h>
28 -
29 -
30 - /*********************************************************************************************************************************
31 ---- VirtualBox-5.1.30/src/VBox/Main/src-server/linux/USBGetDevices.cpp
32 -+++ VirtualBox-5.1.30/src/VBox/Main/src-server/linux/USBGetDevices.cpp
33 -@@ -47,6 +47,7 @@
34 -
35 - #include <sys/types.h>
36 - #include <sys/stat.h>
37 -+#include <sys/sysmacros.h>
38 - #include <sys/vfs.h>
39 -
40 - #include <dirent.h>