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 | |
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')
-rw-r--r-- | dev-db/unixODBC/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/unixODBC/ChangeLog b/dev-db/unixODBC/ChangeLog index 66133a79ab80..c47346e08d24 100644 --- a/dev-db/unixODBC/ChangeLog +++ b/dev-db/unixODBC/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/unixODBC # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.43 2005/07/16 00:10:47 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.44 2005/07/25 15:38:13 caleb Exp $ + + 25 Jul 2005; Caleb Tennis <caleb@gentoo.org> unixODBC-2.2.11.ebuild: + Fix qt dep *unixODBC-2.2.11 (16 Jul 2005) 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() { |