diff options
author | Brian Evans <grknight@gentoo.org> | 2018-07-17 10:50:57 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-07-17 10:51:42 -0400 |
commit | 3339c825251a9809d573a98b94f36befe3286de9 (patch) | |
tree | 273beafd3d3d61d61e7e7125a8021653c17e7a96 /x11-drivers/xf86-video-ati | |
parent | dev-python/django: bump to 1.11.14 (diff) | |
download | gentoo-3339c825251a9809d573a98b94f36befe3286de9.tar.gz gentoo-3339c825251a9809d573a98b94f36befe3286de9.tar.bz2 gentoo-3339c825251a9809d573a98b94f36befe3286de9.zip |
x11-drivers/xf86-video-ati: Fix QA syntax errors
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild | 2 | ||||
-rw-r--r-- | 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 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() { |