commit: 97330618f8163510955039c86aa26c852f64fb67
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 5 02:34:20 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Mar 5 02:37:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97330618
x11-drivers/xf86-video-amdgpu: Drop unnecessary XORG_EAUTORECONF=yes.
eautoreconf will still happen via the git eclass.
x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.2.0.ebuild | 3 +--
x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
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
index 52b40e03694..564e111f3d4 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,7 +6,6 @@ XORG_DRI="always"
inherit xorg-2
if [[ ${PV} == 9999* ]]; then
- XORG_EAUTORECONF=yes
SRC_URI=""
KEYWORDS=""
else
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
index 52b40e03694..564e111f3d4 100644
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
+++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,7 +6,6 @@ XORG_DRI="always"
inherit xorg-2
if [[ ${PV} == 9999* ]]; then
- XORG_EAUTORECONF=yes
SRC_URI=""
KEYWORDS=""
else