commit:     77e56f49c768435f7937b5adfc3fd8932c8b40b8
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 21:15:04 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 21:20:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e56f49

x11-drivers/xf86-video-intel: Port to EAPI-7

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 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 18aae336b4e..3b4fa32db6b 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() {

Reply via email to