From 79b2d3a2f62d206c59688aac6dfcbe181f393480 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Wed, 2 Jun 2004 15:47:24 +0000 Subject: Fix use invocation --- dev-db/unixODBC/unixODBC-2.0.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-db/unixODBC/unixODBC-2.0.8.ebuild') diff --git a/dev-db/unixODBC/unixODBC-2.0.8.ebuild b/dev-db/unixODBC/unixODBC-2.0.8.ebuild index 4f9b59a60072..7840b6f61e51 100644 --- a/dev-db/unixODBC/unixODBC-2.0.8.ebuild +++ b/dev-db/unixODBC/unixODBC-2.0.8.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/dev-db/unixODBC/unixODBC-2.0.8.ebuild,v 1.18 2004/03/23 09:15:10 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.0.8.ebuild,v 1.19 2004/06/02 15:47:24 agriffis Exp $ DESCRIPTION="ODBC Interface for Linux" HOMEPAGE="http://www.unixodbc.org/" @@ -26,7 +26,7 @@ src_unpack() { src_compile() { local myconf - if [ "`use qt`" ] + if use qt then myconf="--enable-gui=yes" else -- cgit v1.2.3-65-gdbad