From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D465B139694 for ; Sun, 5 Mar 2017 02:38:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B8A221C06D; Sun, 5 Mar 2017 02:38:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 204CB21C06D for ; Sun, 5 Mar 2017 02:38:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 697E634185D for ; Sun, 5 Mar 2017 02:38:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5D125CC6 for ; Sun, 5 Mar 2017 02:38:06 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1488681477.97330618f8163510955039c86aa26c852f64fb67.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-amdgpu/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.2.0.ebuild x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild X-VCS-Directories: x11-drivers/xf86-video-amdgpu/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 97330618f8163510955039c86aa26c852f64fb67 X-VCS-Branch: master Date: Sun, 5 Mar 2017 02:38:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 96243efc-43d8-4ec6-b365-15d8933871d0 X-Archives-Hash: dd29f5f19634f317bb192fb6bb8ef803 commit: 97330618f8163510955039c86aa26c852f64fb67 Author: Matt Turner gentoo org> AuthorDate: Sun Mar 5 02:34:20 2017 +0000 Commit: Matt Turner gentoo 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