x11-drivers/xf86-video-intel: Port to EAPI-7
authorMatt Turner <mattst88@gentoo.org>
Fri, 26 Apr 2019 21:15:04 +0000 (14:15 -0700)
committerMatt Turner <mattst88@gentoo.org>
Fri, 26 Apr 2019 21:20:16 +0000 (14:20 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild

index 18aae336b4e42bcc6405d00dbb022f8515b25772..3b4fa32db6bb1fc16a5f1f068c28c8355ecbdfc8 100644 (file)
@@ -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() {