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-amdgpu/
Date: Sun, 05 Mar 2017 02:38:21
Message-Id: 1488681477.97330618f8163510955039c86aa26c852f64fb67.mattst88@gentoo
1 commit: 97330618f8163510955039c86aa26c852f64fb67
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 5 02:34:20 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 5 02:37:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97330618
7
8 x11-drivers/xf86-video-amdgpu: Drop unnecessary XORG_EAUTORECONF=yes.
9
10 eautoreconf will still happen via the git eclass.
11
12 x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.2.0.ebuild | 3 +--
13 x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild | 3 +--
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.2.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.2.0.ebuild
17 index 52b40e03694..564e111f3d4 100644
18 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.2.0.ebuild
19 +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.2.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -6,7 +6,6 @@ XORG_DRI="always"
27 inherit xorg-2
28
29 if [[ ${PV} == 9999* ]]; then
30 - XORG_EAUTORECONF=yes
31 SRC_URI=""
32 KEYWORDS=""
33 else
34
35 diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
36 index 52b40e03694..564e111f3d4 100644
37 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
38 +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2016 Gentoo Foundation
41 +# Copyright 1999-2017 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=5
45 @@ -6,7 +6,6 @@ XORG_DRI="always"
46 inherit xorg-2
47
48 if [[ ${PV} == 9999* ]]; then
49 - XORG_EAUTORECONF=yes
50 SRC_URI=""
51 KEYWORDS=""
52 else