dev-python/numpydoc: arm64 keyworded (bug #721130)
[gentoo.git] / x11-drivers / xf86-video-vboxvideo / xf86-video-vboxvideo-1.0.0.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5 XORG_PACKAGE_NAME=xf86-video-vbox
6
7 inherit xorg-2
8
9 DESCRIPTION="VirtualBox guest video driver"
10
11 KEYWORDS="amd64 x86"
12 IUSE=""
13
14 RDEPEND="
15         !x11-drivers/xf86-video-virtualbox
16         >=x11-base/xorg-server-1.8:=[-minimal]
17         x11-libs/libXcomposite
18         x11-libs/libpciaccess
19 "
20 DEPEND="
21         ${RDEPEND}
22         x11-base/xorg-proto
23 "