summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-04-26 14:15:04 -0700
committerMatt Turner <mattst88@gentoo.org>2019-04-26 14:20:16 -0700
commit77e56f49c768435f7937b5adfc3fd8932c8b40b8 (patch)
treebc0b751663f2bf337f7142aa2e41c6f1f7367b62 /x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild
parentx11-drivers/xf86-video-intel: Enable DRI3 when USE=dri (diff)
downloadgentoo-77e56f49c768435f7937b5adfc3fd8932c8b40b8.tar.gz
gentoo-77e56f49c768435f7937b5adfc3fd8932c8b40b8.tar.bz2
gentoo-77e56f49c768435f7937b5adfc3fd8932c8b40b8.zip
x11-drivers/xf86-video-intel: Port to EAPI-7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild')
-rw-r--r--x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild
index 18aae336b4e4..3b4fa32db6bb 100644
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild
+++ b/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
XORG_DRI=dri
XORG_EAUTORECONF=yes
-inherit linux-info xorg-2 flag-o-matic
+inherit linux-info xorg-3 flag-o-matic
if [[ ${PV} == 9999* ]]; then
SRC_URI=""
@@ -68,7 +68,7 @@ src_configure() {
$(use_enable uxa)
$(use_enable xvmc)
)
- xorg-2_src_configure
+ xorg-3_src_configure
}
pkg_postinst() {