mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user