Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
Date: Fri, 27 Jul 2018 23:19:02
Message-Id: 1532733526.3313b2661bef1e56f0d089cc5b2c6f2d470fb6be.mattst88@gentoo
1 commit: 3313b2661bef1e56f0d089cc5b2c6f2d470fb6be
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Sat Jul 21 00:47:06 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 27 23:18:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3313b266
7
8 x11-drivers/xf86-video-ati: add --disable-selective-werror
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild | 1 +
13 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 1 +
14 2 files changed, 2 insertions(+)
15
16 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
17 index a40bcd1bfe7..1ac62fccd4e 100644
18 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild
19 +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild
20 @@ -55,6 +55,7 @@ src_prepare() {
21
22 src_configure() {
23 local econfargs=(
24 + --disable-selective-werror
25 $(use_enable glamor)
26 $(use_enable udev)
27 )
28
29 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
30 index a40bcd1bfe7..1ac62fccd4e 100644
31 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
32 +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
33 @@ -55,6 +55,7 @@ src_prepare() {
34
35 src_configure() {
36 local econfargs=(
37 + --disable-selective-werror
38 $(use_enable glamor)
39 $(use_enable udev)
40 )