x11-drivers/xf86-video-vboxvideo: Port to EAPI 7

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2021-03-19 23:39:55 +01:00
parent 8598f68df7
commit 9cb804da3a

View File

@@ -1,23 +1,20 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
XORG_PACKAGE_NAME=xf86-video-vbox
EAPI=7
inherit xorg-2
XORG_PACKAGE_NAME=xf86-video-vbox
inherit xorg-3
DESCRIPTION="VirtualBox guest video driver"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
!x11-drivers/xf86-video-virtualbox
>=x11-base/xorg-server-1.8:=[-minimal]
x11-libs/libXcomposite
x11-libs/libpciaccess
"
x11-libs/libpciaccess"
DEPEND="
${RDEPEND}
x11-base/xorg-proto
"
x11-base/xorg-proto"