Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
Date: Tue, 17 Jul 2018 14:51:57
Message-Id: 1531839102.3339c825251a9809d573a98b94f36befe3286de9.grknight@gentoo
1 commit: 3339c825251a9809d573a98b94f36befe3286de9
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 17 14:50:57 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 17 14:51:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3339c825
7
8 x11-drivers/xf86-video-ati: Fix QA syntax errors
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 | 2 +-
13 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
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 56d17e3405a..4ab1064d990 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 @@ -49,7 +49,7 @@ pkg_pretend() {
21
22 src_prepare() {
23 default
24 - [[ ${PV} == 9999 ]] eautoreconf
25 + [[ ${PV} == 9999 ]] && eautoreconf
26 }
27
28 src_configure() {
29
30 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
31 index 56d17e3405a..4ab1064d990 100644
32 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
33 +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
34 @@ -49,7 +49,7 @@ pkg_pretend() {
35
36 src_prepare() {
37 default
38 - [[ ${PV} == 9999 ]] eautoreconf
39 + [[ ${PV} == 9999 ]] && eautoreconf
40 }
41
42 src_configure() {