Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-virtualbox/
Date: Sun, 30 Jul 2017 11:15:01
Message-Id: 1501413250.b671883c631a7e23703c7bb50776ec7129d7f78e.soap@gentoo
1 commit: b671883c631a7e23703c7bb50776ec7129d7f78e
2 Author: Igor Savlook <isav <AT> alzari <DOT> pw>
3 AuthorDate: Thu Jul 20 17:16:58 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 11:14:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b671883c
7
8 x11-drivers/xf86-video-virtualbox: add missing dependencies
9
10 The current ebuild is missing a dependency on
11 * x11-proto/presentproto
12 * x11-proto/dri3proto
13
14 Bug: https://bugs.gentoo.org/625748
15 Closes: https://github.com/gentoo/gentoo/pull/5150
16
17 .../xf86-video-virtualbox/xf86-video-virtualbox-5.1.24.ebuild | 9 +++++++--
18 1 file changed, 7 insertions(+), 2 deletions(-)
19
20 diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.24.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.24.ebuild
21 index 3eb7cfa80d3..d64df0a7da7 100644
22 --- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.24.ebuild
23 +++ b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.24.ebuild
24 @@ -28,6 +28,7 @@ DEPEND="${RDEPEND}
25 >=dev-util/kbuild-0.1.9998_pre20131130
26 sys-power/iasl
27 x11-proto/fontsproto
28 + x11-proto/presentproto
29 x11-proto/randrproto
30 x11-proto/renderproto
31 x11-proto/resourceproto
32 @@ -40,8 +41,12 @@ DEPEND="${RDEPEND}
33 x11-libs/libX11
34 x11-libs/libXfixes
35 x11-libs/libXext
36 - dri? ( x11-proto/xf86driproto
37 - >=x11-libs/libdrm-2.4.5 )"
38 + dri? (
39 + x11-proto/dri3proto
40 + x11-proto/xf86driproto
41 + >=x11-libs/libdrm-2.4.5
42 + )"
43 +
44 PDEPEND="dri? ( ~app-emulation/virtualbox-guest-additions-${PV} )"
45
46 BUILD_TARGETS="all"