diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-25 15:38:13 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-25 15:38:13 +0000 |
commit | 40f46eb910961c00423f28be07a09c96ec87c033 (patch) | |
tree | 4325bf78f20a10df10f91dfb5a381ca1a55a1e04 /dev-db/unixODBC/unixODBC-2.2.11.ebuild | |
parent | removing ~amd64 (diff) | |
download | gentoo-2-40f46eb910961c00423f28be07a09c96ec87c033.tar.gz gentoo-2-40f46eb910961c00423f28be07a09c96ec87c033.tar.bz2 gentoo-2-40f46eb910961c00423f28be07a09c96ec87c033.zip |
Fix qt dep
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-db/unixODBC/unixODBC-2.2.11.ebuild')
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/unixODBC/unixODBC-2.2.11.ebuild b/dev-db/unixODBC/unixODBC-2.2.11.ebuild index 740122591f9d..4148c96a3a57 100644 --- a/dev-db/unixODBC/unixODBC-2.2.11.ebuild +++ b/dev-db/unixODBC/unixODBC-2.2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.11.ebuild,v 1.3 2005/07/17 13:02:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.11.ebuild,v 1.4 2005/07/25 15:38:13 caleb Exp $ inherit eutils gnuconfig @@ -17,7 +17,7 @@ DEPEND="virtual/libc >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 gnome? ( gnome-base/gnome-libs ) - qt? ( >=x11-libs/qt-3.0 )" + qt? ( =x11-libs/qt-3* )" # the configure.in patch is required for 'use qt' src_unpack() { |