From: Brian Evans Date: Tue, 17 Jul 2018 14:50:57 +0000 (-0400) Subject: x11-drivers/xf86-video-ati: Fix QA syntax errors X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3339c825251a9809d573a98b94f36befe3286de9;p=gentoo.git x11-drivers/xf86-video-ati: Fix QA syntax errors Package-Manager: Portage-2.3.43, Repoman-2.3.10 --- 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 56d17e3405a9..4ab1064d9902 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 56d17e3405a9..4ab1064d9902 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() {