commit:     fb0d0d01640d1702f50039c4bfb0db1e3f347bc8
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 19:57:04 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 19:57:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb0d0d01

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 <AT> gentoo.org>

 x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0.ebuild | 10 ++++++----
 1 file 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 cfcb0e76de7..d08ada7668f 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]
        )"

Reply via email to