From 77e56f49c768435f7937b5adfc3fd8932c8b40b8 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 26 Apr 2019 14:15:04 -0700 Subject: [PATCH] x11-drivers/xf86-video-intel: Port to EAPI-7 Signed-off-by: Matt Turner --- x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild | 6 +++--- 1 file 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() { -- 2.26.2