diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-03-04 18:34:20 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-03-04 18:37:57 -0800 |
commit | 97330618f8163510955039c86aa26c852f64fb67 (patch) | |
tree | 2a5f1454ad2858a85bca6e5d8ead84a0d8534749 /x11-drivers/xf86-video-amdgpu | |
parent | x11-libs/pixman: Drop old version 0.32.8. (diff) | |
download | gentoo-97330618f8163510955039c86aa26c852f64fb67.tar.gz gentoo-97330618f8163510955039c86aa26c852f64fb67.tar.bz2 gentoo-97330618f8163510955039c86aa26c852f64fb67.zip |
x11-drivers/xf86-video-amdgpu: Drop unnecessary XORG_EAUTORECONF=yes.
eautoreconf will still happen via the git eclass.
Diffstat (limited to 'x11-drivers/xf86-video-amdgpu')
-rw-r--r-- | x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.2.0.ebuild | 3 | ||||
-rw-r--r-- | 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 52b40e03694d..564e111f3d47 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 52b40e03694d..564e111f3d47 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 |