summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-09 17:47:22 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-09 17:47:22 +0000
commit6474acd56880238e21ecba59fff3c572406c1f74 (patch)
treeaaa8af197379595cfdc6e3d1e7b7603da41e44db /media-video/ati-drivers/ati-drivers-3.2.0.ebuild
parentmoved 0.8 to stable, and shipped 0.6 out due to non-compilation (Manifest rec... (diff)
downloadgentoo-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.ebuild6
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