diff options
author | 2004-06-09 17:47:22 +0000 | |
---|---|---|
committer | 2004-06-09 17:47:22 +0000 | |
commit | 6474acd56880238e21ecba59fff3c572406c1f74 (patch) | |
tree | aaa8af197379595cfdc6e3d1e7b7603da41e44db /media-video/ati-drivers/ati-drivers-3.2.0.ebuild | |
parent | moved 0.8 to stable, and shipped 0.6 out due to non-compilation (Manifest rec... (diff) | |
download | gentoo-2-6474acd56880238e21ecba59fff3c572406c1f74.tar.gz gentoo-2-6474acd56880238e21ecba59fff3c572406c1f74.tar.bz2 gentoo-2-6474acd56880238e21ecba59fff3c572406c1f74.zip |
Fix use invocation
Diffstat (limited to 'media-video/ati-drivers/ati-drivers-3.2.0.ebuild')
-rw-r--r-- | media-video/ati-drivers/ati-drivers-3.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/ati-drivers/ati-drivers-3.2.0.ebuild b/media-video/ati-drivers/ati-drivers-3.2.0.ebuild index 361c261e3035..3019a828db3b 100644 --- a/media-video/ati-drivers/ati-drivers-3.2.0.ebuild +++ b/media-video/ati-drivers/ati-drivers-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-3.2.0.ebuild,v 1.4 2004/05/02 19:58:55 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-3.2.0.ebuild,v 1.5 2004/06/09 17:43:34 agriffis Exp $ IUSE="qt kde gnome" @@ -80,7 +80,7 @@ src_compile() { cd ${WORKDIR}/fglrxgears make -f Makefile.Linux || ewarn "fgl_glxgears sample not build" - if [ "`use qt`" ] + if use qt then einfo "building the qt fglx panel" cd ${WORKDIR}/fglrx_panel @@ -138,7 +138,7 @@ src_install() { doexe usr/X11R6/bin/* rm usr/X11R6/bin/* - if [ "`use qt`" ] + if use qt then doexe fglrx_panel/fireglcontrol fi |