commit: f913b8c563d78563ce6a75048e72da7aafdf5672
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 01:08:26 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 03:09:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f913b8c5
x11-drivers/xf86-video-vboxvideo: Move libpciaccess to RDEPEND
as suggested by leio.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild
b/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild
index a4a2e169710..24560bd2dcf 100644
--- a/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild
+++ b/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild
@@ -14,6 +14,7 @@ IUSE=""
RDEPEND="
>=x11-base/xorg-server-1.8:=[-minimal]
x11-libs/libXcomposite
+ x11-libs/libpciaccess
"
DEPEND="
${RDEPEND}
@@ -21,5 +22,4 @@ DEPEND="
x11-proto/randrproto
x11-proto/renderproto
x11-proto/xextproto
- x11-libs/libpciaccess
"