commit: 3339c825251a9809d573a98b94f36befe3286de9
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 17 14:50:57 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Jul 17 14:51:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3339c825
x11-drivers/xf86-video-ati: Fix QA syntax errors
Package-Manager: Portage-2.3.43, Repoman-2.3.10
x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild | 2 +-
x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 56d17e3405a..4ab1064d990 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
@@ -49,7 +49,7 @@ pkg_pretend() {
src_prepare() {
default
- [[ ${PV} == 9999 ]] eautoreconf
+ [[ ${PV} == 9999 ]] && eautoreconf
}
src_configure() {
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 56d17e3405a..4ab1064d990 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -49,7 +49,7 @@ pkg_pretend() {
src_prepare() {
default
- [[ ${PV} == 9999 ]] eautoreconf
+ [[ ${PV} == 9999 ]] && eautoreconf
}
src_configure() {