diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-02-18 22:40:05 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-02-18 22:40:05 +0000 |
commit | 5ae2209d912730c29c3e2323ecc393430c273227 (patch) | |
tree | c596c8aee3ae8f356a56f9b86aea76fc93f74c21 /x11-libs/qt | |
parent | version bump. (diff) | |
download | gentoo-2-5ae2209d912730c29c3e2323ecc393430c273227.tar.gz gentoo-2-5ae2209d912730c29c3e2323ecc393430c273227.tar.bz2 gentoo-2-5ae2209d912730c29c3e2323ecc393430c273227.zip |
Remove dep on sqlite, Qt uses its own copy.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-libs/qt')
-rw-r--r-- | x11-libs/qt/qt-3.3.4-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-libs/qt/qt-3.3.4-r2.ebuild b/x11-libs/qt/qt-3.3.4-r2.ebuild index 60ec51080db2..74d74611d910 100644 --- a/x11-libs/qt/qt-3.3.4-r2.ebuild +++ b/x11-libs/qt/qt-3.3.4-r2.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/x11-libs/qt/qt-3.3.4-r2.ebuild,v 1.3 2005/02/18 22:38:15 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.4-r2.ebuild,v 1.4 2005/02/18 22:40:05 greg_g Exp $ inherit eutils flag-o-matic @@ -26,7 +26,6 @@ DEPEND="virtual/x11 virtual/xft nas? ( >=media-libs/nas-1.5 ) odbc? ( dev-db/unixODBC ) mysql? ( dev-db/mysql ) - sqlite? ( =dev-db/sqlite-2* ) firebird? ( dev-db/firebird ) opengl? ( virtual/opengl virtual/glu ) postgres? ( dev-db/postgresql ) |