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 97A2A138334 for ; Fri, 27 Jul 2018 23:19:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43707E083E; Fri, 27 Jul 2018 23:19:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AFFEE083E for ; Fri, 27 Jul 2018 23:19:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FF82335CBF for ; Fri, 27 Jul 2018 23:18:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C01938E for ; Fri, 27 Jul 2018 23:18:56 +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: <1532733526.66c24d866e939044601f58d1521e00224ca8bf4b.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-18.0.1-r1.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: 66c24d866e939044601f58d1521e00224ca8bf4b X-VCS-Branch: master Date: Fri, 27 Jul 2018 23:18:56 +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: 6969757c-4f92-4a5d-8a0e-4c883d2c7cd0 X-Archives-Hash: d91194a57a61ca3a02cfcd73685018d2 commit: 66c24d866e939044601f58d1521e00224ca8bf4b Author: Marty E. Plummer startmail com> AuthorDate: Sat Jul 21 00:46:02 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jul 27 23:18:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c24d86 x11-drivers/xf86-video-amdgpu: add --disable-selective-werror Package-Manager: Portage-2.3.43, Repoman-2.3.10 x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1-r1.ebuild | 1 + x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1-r1.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1-r1.ebuild index 8f1a95c399e..1045c31be89 100644 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1-r1.ebuild +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1-r1.ebuild @@ -39,6 +39,7 @@ src_prepare() { src_configure() { local econfargs=( + --disable-selective-werror --enable-glamor ) 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 8f1a95c399e..1045c31be89 100644 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild @@ -39,6 +39,7 @@ src_prepare() { src_configure() { local econfargs=( + --disable-selective-werror --enable-glamor )