Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 260158
Collapse All | Expand All

(-)/tmp/qt-sql-4.5.0_rc1.ebuild (-3 / +4 lines)
Lines 10-16 Link Here
10
SLOT="4"
10
SLOT="4"
11
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
11
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
12
12
13
IUSE="firebird mysql odbc postgres +qt3support +sqlite"
13
IUSE="firebird mysql odbc postgres +qt3support +sqlite +iconv"
14
14
15
DEPEND="~x11-libs/qt-core-${PV}[debug=,qt3support=]
15
DEPEND="~x11-libs/qt-core-${PV}[debug=,qt3support=]
16
	firebird? ( dev-db/firebird )
16
	firebird? ( dev-db/firebird )
Lines 57-67 Link Here
57
		$(qt_use postgres sql-psql plugin) $(use postgres && echo "-I/usr/include/postgresql/pgsql ")
57
		$(qt_use postgres sql-psql plugin) $(use postgres && echo "-I/usr/include/postgresql/pgsql ")
58
		$(qt_use sqlite sql-sqlite plugin) $(use sqlite && echo '-system-sqlite')
58
		$(qt_use sqlite sql-sqlite plugin) $(use sqlite && echo '-system-sqlite')
59
		$(qt_use odbc sql-odbc plugin)
59
		$(qt_use odbc sql-odbc plugin)
60
		$(qt_use qt3support)"
60
		$(qt_use qt3support)
61
		$(qt_use iconv)"
61
62
62
	myconf="${myconf} -no-xkb  -no-fontconfig -no-xrender -no-xrandr
63
	myconf="${myconf} -no-xkb  -no-fontconfig -no-xrender -no-xrandr
63
		-no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl
64
		-no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl
64
		-no-nas-sound -no-dbus -iconv -no-cups -no-nis -no-gif -no-libpng
65
		-no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng
65
		-no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
66
		-no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
66
		-no-xmlpatterns -no-freetype -no-libtiff  -no-accessibility -no-fontconfig
67
		-no-xmlpatterns -no-freetype -no-libtiff  -no-accessibility -no-fontconfig
67
		-no-glib -no-opengl -no-svg -no-gtkstyle"
68
		-no-glib -no-opengl -no-svg -no-gtkstyle"

Return to bug 260158