Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 301476 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/x11-libs/qt-svg/qt-svg-4.7.1.ebuild (-5 / +7 lines)
Lines 8-16 Link Here
8
DESCRIPTION="The SVG module for the Qt toolkit"
8
DESCRIPTION="The SVG module for the Qt toolkit"
9
SLOT="4"
9
SLOT="4"
10
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
10
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
11
IUSE="iconv"
11
IUSE="accessibility iconv"
12
12
13
DEPEND="~x11-libs/qt-gui-${PV}[aqua=,debug=]"
13
DEPEND="~x11-libs/qt-gui-${PV}[accessibility=,aqua=,debug=]"
14
RDEPEND="${DEPEND}"
14
RDEPEND="${DEPEND}"
15
15
16
pkg_setup() {
16
pkg_setup() {
Lines 37-48 Link Here
37
}
37
}
38
38
39
src_configure() {
39
src_configure() {
40
	myconf="${myconf} $(qt_use iconv) -svg -no-xkb  -no-fontconfig -no-xrender
40
	myconf="${myconf} -svg
41
		$(qt_use iconv)
42
		$(qt_use accessibility)
43
		-no-xkb -no-xrender
41
		-no-xrandr -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm
44
		-no-xrandr -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm
42
		-no-opengl -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng
45
		-no-opengl -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng
43
		-no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
46
		-no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
44
		-no-qt3support -no-xmlpatterns -no-freetype -no-libtiff
47
		-no-qt3support -no-xmlpatterns -no-freetype -no-libtiff
45
		-no-accessibility -no-fontconfig -no-glib -no-opengl -no-gtkstyle
48
		-no-fontconfig -no-glib -no-gtkstyle"
46
		-v -continue"
47
	qt4-build_src_configure
49
	qt4-build_src_configure
48
}
50
}

Return to bug 301476