summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-10-27 02:08:00 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-10-27 02:08:00 +0000
commitc6a3323100ade8b9ff8521e3af69033580ed9a13 (patch)
treea54ff0c5c98b7e20024db7c46c1a3f9456b5804b /dev-db/unixODBC/unixODBC-2.2.2.ebuild
parentadd amd64 flag (diff)
downloadhistorical-c6a3323100ade8b9ff8521e3af69033580ed9a13.tar.gz
historical-c6a3323100ade8b9ff8521e3af69033580ed9a13.tar.bz2
historical-c6a3323100ade8b9ff8521e3af69033580ed9a13.zip
cleanup ebuild slightly
Diffstat (limited to 'dev-db/unixODBC/unixODBC-2.2.2.ebuild')
-rw-r--r--dev-db/unixODBC/unixODBC-2.2.2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-db/unixODBC/unixODBC-2.2.2.ebuild b/dev-db/unixODBC/unixODBC-2.2.2.ebuild
index 8af2d49a7782..2a5c0b1e147c 100644
--- a/dev-db/unixODBC/unixODBC-2.2.2.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.2.ebuild,v 1.12 2003/08/05 16:05:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.2.ebuild,v 1.13 2003/10/27 02:07:55 robbat2 Exp $
DESCRIPTION="ODBC Interface for Linux"
HOMEPAGE="http://www.unixodbc.org/"
@@ -29,8 +29,7 @@ src_unpack() {
src_compile() {
local myconf
- if [ "`use qt`" ]
- then
+ if use qt; then
myconf="--enable-gui=yes"
else
myconf="--enable-gui=no"