summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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