diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 15:47:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 15:47:24 +0000 |
commit | 79b2d3a2f62d206c59688aac6dfcbe181f393480 (patch) | |
tree | 40e6f86f77aa9c09e071c2b8ce3ffd2d4924c17e /dev-db/unixODBC/unixODBC-2.0.8.ebuild | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-79b2d3a2f62d206c59688aac6dfcbe181f393480.tar.gz gentoo-2-79b2d3a2f62d206c59688aac6dfcbe181f393480.tar.bz2 gentoo-2-79b2d3a2f62d206c59688aac6dfcbe181f393480.zip |
Fix use invocation
Diffstat (limited to 'dev-db/unixODBC/unixODBC-2.0.8.ebuild')
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |