Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-intel/
Date: Fri, 26 Apr 2019 21:20:49
Message-Id: 1556313616.77e56f49c768435f7937b5adfc3fd8932c8b40b8.mattst88@gentoo
1 commit: 77e56f49c768435f7937b5adfc3fd8932c8b40b8
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 26 21:15:04 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 26 21:20:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e56f49
7
8 x11-drivers/xf86-video-intel: Port to EAPI-7
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild
16 index 18aae336b4e..3b4fa32db6b 100644
17 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild
18 +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild
19 @@ -1,11 +1,11 @@
20 # Copyright 1999-2019 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=5
24 +EAPI=7
25
26 XORG_DRI=dri
27 XORG_EAUTORECONF=yes
28 -inherit linux-info xorg-2 flag-o-matic
29 +inherit linux-info xorg-3 flag-o-matic
30
31 if [[ ${PV} == 9999* ]]; then
32 SRC_URI=""
33 @@ -68,7 +68,7 @@ src_configure() {
34 $(use_enable uxa)
35 $(use_enable xvmc)
36 )
37 - xorg-2_src_configure
38 + xorg-3_src_configure
39 }
40
41 pkg_postinst() {