diff options
author | 2000-12-11 16:43:02 +0000 | |
---|---|---|
committer | 2000-12-11 16:43:02 +0000 | |
commit | c94a215ae155620bd3665f1b123a955e9b694748 (patch) | |
tree | 944f1a6b1eb90c15fcf4b828bbc2ac6ed2b0e97c /dev-db/unixODBC | |
parent | Fixed mesa dependencie (diff) | |
download | gentoo-2-c94a215ae155620bd3665f1b123a955e9b694748.tar.gz gentoo-2-c94a215ae155620bd3665f1b123a955e9b694748.tar.bz2 gentoo-2-c94a215ae155620bd3665f1b123a955e9b694748.zip |
Fixed qt dependencie
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r-- | dev-db/unixODBC/unixODBC-1.8.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/unixODBC/unixODBC-1.8.13.ebuild b/dev-db/unixODBC/unixODBC-1.8.13.ebuild index b3f2c5d7e2a2..c70687361e4e 100644 --- a/dev-db/unixODBC/unixODBC-1.8.13.ebuild +++ b/dev-db/unixODBC/unixODBC-1.8.13.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-1.8.13.ebuild,v 1.3 2000/11/22 12:23:28 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-1.8.13.ebuild,v 1.4 2000/12/11 16:40:49 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ DESCRIPTION="ODBC Interface for Linux" SRC_URI="http://www.unixodbc.org/${A}" HOMEPAGE="http://www.unixodbc.org" -DEPEND=">=kde-base/qt-x11-2.2.1" +DEPEND=">=x11-libs/qt-x11-2.2.2" src_unpack() { |