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 CD4AF138335 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 463AFE0843; 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 12493E0843 for ; Fri, 27 Jul 2018 23:19:00 +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 68FE1335CD7 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 3E57E38F 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.3313b2661bef1e56f0d089cc5b2c6f2d470fb6be.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild X-VCS-Directories: x11-drivers/xf86-video-ati/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3313b2661bef1e56f0d089cc5b2c6f2d470fb6be 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: fe3df29d-a6ae-4d67-a7b5-49d769693ba4 X-Archives-Hash: d0779a010b3c7f228fadf4c04998114e commit: 3313b2661bef1e56f0d089cc5b2c6f2d470fb6be Author: Marty E. Plummer startmail com> AuthorDate: Sat Jul 21 00:47:06 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=3313b266 x11-drivers/xf86-video-ati: add --disable-selective-werror Package-Manager: Portage-2.3.43, Repoman-2.3.10 x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild | 1 + x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild index a40bcd1bfe7..1ac62fccd4e 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild @@ -55,6 +55,7 @@ src_prepare() { src_configure() { local econfargs=( + --disable-selective-werror $(use_enable glamor) $(use_enable udev) ) diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild index a40bcd1bfe7..1ac62fccd4e 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild @@ -55,6 +55,7 @@ src_prepare() { src_configure() { local econfargs=( + --disable-selective-werror $(use_enable glamor) $(use_enable udev) )