summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-03-14 20:57:04 +0100
committerDavid Seifert <soap@gentoo.org>2021-03-14 20:57:04 +0100
commitfb0d0d01640d1702f50039c4bfb0db1e3f347bc8 (patch)
tree5d1f4608c0f84edb69ec3e14428030ede7e9ddf8
parentx11-drivers/xf86-input-synaptics: Port to EAPI 7 (diff)
downloadgentoo-fb0d0d01640d1702f50039c4bfb0db1e3f347bc8.tar.gz
gentoo-fb0d0d01640d1702f50039c4bfb0db1e3f347bc8.tar.bz2
gentoo-fb0d0d01640d1702f50039c4bfb0db1e3f347bc8.zip
x11-drivers/xf86-video-vmware: Port to EAPI 7
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0.ebuild b/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0.ebuild
index cfcb0e76de79..d08ada7668f2 100644
--- a/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0.ebuild
+++ b/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0.ebuild
@@ -1,16 +1,18 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
XORG_DRI=always
-inherit xorg-2
+inherit xorg-3
DESCRIPTION="VMware SVGA video driver"
+
KEYWORDS="amd64 x86"
IUSE="kernel_linux"
-RDEPEND="kernel_linux? (
+RDEPEND="
+ kernel_linux? (
x11-libs/libdrm[libkms,video_cards_vmware]
media-libs/mesa[xa]
)"