diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-01-04 17:25:24 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-01-04 17:25:24 +0000 |
commit | 1b161755fc7e5cf4e641a7d982c6c7ac27bb1462 (patch) | |
tree | 438c318c8f7a8dcdb6dd21af432609f5e9330b2d /x11-libs | |
parent | SRC_URI fix thanks to: James Cloos <cloos@jhcloos.com> in bug #37201 (diff) | |
download | gentoo-2-1b161755fc7e5cf4e641a7d982c6c7ac27bb1462.tar.gz gentoo-2-1b161755fc7e5cf4e641a7d982c6c7ac27bb1462.tar.bz2 gentoo-2-1b161755fc7e5cf4e641a7d982c6c7ac27bb1462.zip |
remove oci8 use flag
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.3.0_beta1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/qt/Manifest b/x11-libs/qt/Manifest index be59f736ac41..28f19f8f8d6a 100644 --- a/x11-libs/qt/Manifest +++ b/x11-libs/qt/Manifest @@ -4,7 +4,7 @@ MD5 8d694ee5132993e415b040eff6ad298e qt-2.3.2-r1.ebuild 2277 MD5 c47d4bd47ef74b87a7eaa1c5969ec48e qt-3.2.1.ebuild 4937 MD5 a3dd25c9f882f04df789dddc02ed3177 qt-3.0.5-r2.ebuild 3896 MD5 34d7e86effe978ec96eae9a33ecfe2f6 qt-3.2.3.ebuild 5136 -MD5 7b7f8998f21e10f099fd871e0c270f6a qt-3.3.0_beta1.ebuild 5078 +MD5 1e1ea3a6825b6fd8ada6c6e4e99031cb qt-3.3.0_beta1.ebuild 5074 MD5 aff33d960efe2f7ef7782bd0a7cc9441 qt-3.1.2-r4.ebuild 5340 MD5 5ff3dd3b8a687ac52974dca9fdb26e2f ChangeLog 16874 MD5 512150b47a904b0240101e319856aab1 metadata.xml 156 diff --git a/x11-libs/qt/qt-3.3.0_beta1.ebuild b/x11-libs/qt/qt-3.3.0_beta1.ebuild index 61bb593ff4b0..d032178b24db 100644 --- a/x11-libs/qt/qt-3.3.0_beta1.ebuild +++ b/x11-libs/qt/qt-3.3.0_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.0_beta1.ebuild,v 1.8 2004/01/04 15:07:37 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.0_beta1.ebuild,v 1.9 2004/01/04 17:25:06 caleb Exp $ SRCTYPE="free" DESCRIPTION="QT version ${PV}" @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-${SRCTYPE}-${MY_PV}.tar.bz2" LICENSE="QPL-1.0 | GPL-2" SLOT="3" KEYWORDS="~x86" -IUSE="cups nas postgres opengl mysql odbc gif doc firebird zlib icc sqlite oci8" +IUSE="cups nas postgres opengl mysql odbc gif doc firebird zlib icc sqlite" DEPEND="virtual/x11 virtual/xft media-libs/libpng media-libs/jpeg media-libs/libmng @@ -73,7 +73,7 @@ src_compile() { use mysql && myconf="${myconf} -plugin-sql-mysql -I/usr/include/mysql -L/usr/lib/mysql" use postgres && myconf="${myconf} -plugin-sql-psql -I/usr/include/postgresql/server" use firebird && myconf="${myconf} -plugin-sql-ibase" - use oci8 && myconf="${myconf} -plugin-sql-oci" +# use oci8 && myconf="${myconf} -plugin-sql-oci" use sqlite && myconf="${myconf} -plugin-sql-sqlite" use odbc && myconf="${myconf} -plugin-sql-odbc" use cups && myconf="${myconf} -cups" || myconf="${myconf} -no-cups" |