summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-09 17:44:59 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-09 17:44:59 +0000
commitb3b8de33220cbe4034ec0f495d6db8b0ebf1a266 (patch)
tree25197325f32edb75ff25aa7d4cb1d6abbdca9717 /media-video/ati-drivers/ati-drivers-2.9.13-r1.ebuild
parentmoved 0.8 to stable, and shipped 0.6 out due to non-compilation (diff)
downloadhistorical-b3b8de33220cbe4034ec0f495d6db8b0ebf1a266.tar.gz
historical-b3b8de33220cbe4034ec0f495d6db8b0ebf1a266.tar.bz2
historical-b3b8de33220cbe4034ec0f495d6db8b0ebf1a266.zip
Fix use invocation
Diffstat (limited to 'media-video/ati-drivers/ati-drivers-2.9.13-r1.ebuild')
-rw-r--r--media-video/ati-drivers/ati-drivers-2.9.13-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/ati-drivers/ati-drivers-2.9.13-r1.ebuild b/media-video/ati-drivers/ati-drivers-2.9.13-r1.ebuild
index 7d55c0e9eaa7..9961623b23ce 100644
--- a/media-video/ati-drivers/ati-drivers-2.9.13-r1.ebuild
+++ b/media-video/ati-drivers/ati-drivers-2.9.13-r1.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-2.9.13-r1.ebuild,v 1.4 2004/05/02 19:58:55 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-2.9.13-r1.ebuild,v 1.5 2004/06/09 17:43:34 agriffis Exp $
IUSE="qt kde gnome"
@@ -78,7 +78,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
@@ -135,7 +135,7 @@ src_install() {
doexe usr/X11R6/bin/*
rm usr/X11R6/bin/*
- if [ "`use qt`" ]
+ if use qt
then
doexe fglrx_panel/fireglcontrol
fi