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

Collapse All | Expand All

(-)swt-3.6.ebuild.orig (-2 / +9 lines)
Lines 32-38 Link Here
32
LICENSE="CPL-1.0 LGPL-2.1 MPL-1.1"
32
LICENSE="CPL-1.0 LGPL-2.1 MPL-1.1"
33
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
33
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
34
34
35
IUSE="cairo gnome opengl xulrunner"
35
IUSE="cairo gnome opengl webkit xulrunner"
36
COMMON=">=dev-libs/glib-2.6
36
COMMON=">=dev-libs/glib-2.6
37
		>=x11-libs/gtk+-2.6.8
37
		>=x11-libs/gtk+-2.6.8
38
		>=dev-libs/atk-1.10.2
38
		>=dev-libs/atk-1.10.2
Lines 42-48 Link Here
42
				=gnome-base/gnome-vfs-2*
42
				=gnome-base/gnome-vfs-2*
43
				=gnome-base/libgnomeui-2*
43
				=gnome-base/libgnomeui-2*
44
				)
44
				)
45
		xulrunner? ( net-libs/xulrunner:1.9 )
45
		xulrunner? ( =net-libs/xulrunner-1.9* )
46
		webkit? ( >=net-libs/webkit-gtk-1.2 )
46
		opengl?	(
47
		opengl?	(
47
			virtual/opengl
48
			virtual/opengl
48
			virtual/glu
49
			virtual/glu
Lines 158-163 Link Here
158
		${make} make_xpcominit || die "Failed to build xpcominit support"
159
		${make} make_xpcominit || die "Failed to build xpcominit support"
159
	fi
160
	fi
160
161
162
	if use webkit ; then
163
		einfo "Building the WebKitGTK+ component"
164
165
		${make} make_webkit || die "Failed to build WebKitGTK+ support"
166
	fi
167
161
	if use cairo ; then
168
	if use cairo ; then
162
		einfo "Building CAIRO support"
169
		einfo "Building CAIRO support"
163
		${make} make_cairo || die "Unable to build CAIRO support"
170
		${make} make_cairo || die "Unable to build CAIRO support"

Return to bug 335165