diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-02-01 00:55:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-02-01 00:55:25 +0000 |
commit | 05ab9d35f46eea873f92d7bd697ccd31c8fc697e (patch) | |
tree | 58b636e214291e2023023d4440a33f65f50b17a9 | |
parent | Version bump, fixing bug 247788 (diff) | |
download | gentoo-2-05ab9d35f46eea873f92d7bd697ccd31c8fc697e.tar.gz gentoo-2-05ab9d35f46eea873f92d7bd697ccd31c8fc697e.tar.bz2 gentoo-2-05ab9d35f46eea873f92d7bd697ccd31c8fc697e.zip |
whitespace
(Portage version: 2.1.7.16/cvs/Linux i686)
-rw-r--r-- | dev-db/myodbc/myodbc-5.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/myodbc/myodbc-5.1.6.ebuild b/dev-db/myodbc/myodbc-5.1.6.ebuild index 6b42bf7f1fbf..05113872d650 100644 --- a/dev-db/myodbc/myodbc-5.1.6.ebuild +++ b/dev-db/myodbc/myodbc-5.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/myodbc/myodbc-5.1.6.ebuild,v 1.1 2010/01/31 06:26:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/myodbc/myodbc-5.1.6.ebuild,v 1.2 2010/02/01 00:55:25 mr_bones_ Exp $ EAPI=2 inherit eutils versionator autotools @@ -46,7 +46,7 @@ src_configure() { #myconf="${myconf} --disable-gui" #TODO: the configure test against qt 4 enter in an endless loop myconf="${myconf} - $(use_enable qt4 gui) + $(use_enable qt4 gui) $(use_with qt4 qt-libraries /usr/$(get_libdir)/qt4/)" econf \ |