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

(-)midori-0.5.11-orig.ebuild (-3 / +4 lines)
Lines 24-30 Link Here
24
24
25
LICENSE="LGPL-2.1 MIT"
25
LICENSE="LGPL-2.1 MIT"
26
SLOT="0"
26
SLOT="0"
27
IUSE="deprecated doc granite introspection +jit +webkit2 zeitgeist"
27
IUSE="deprecated doc granite introspection libnotify +jit +webkit2 zeitgeist"
28
28
29
RDEPEND="
29
RDEPEND="
30
	>=app-crypt/gcr-3[gtk]
30
	>=app-crypt/gcr-3[gtk]
Lines 33-39 Link Here
33
	dev-libs/libxml2
33
	dev-libs/libxml2
34
	>=net-libs/libsoup-2.38:2.4
34
	>=net-libs/libsoup-2.38:2.4
35
	>=net-libs/libsoup-gnome-2.38:2.4
35
	>=net-libs/libsoup-gnome-2.38:2.4
36
	>=x11-libs/libnotify-0.7
36
	libnotify? ( >=x11-libs/libnotify-0.7 )
37
	x11-libs/libXScrnSaver
37
	x11-libs/libXScrnSaver
38
	deprecated? (
38
	deprecated? (
39
		>=net-libs/webkit-gtk-1.8.1:2[jit=]
39
		>=net-libs/webkit-gtk-1.8.1:2[jit=]
Lines 41-47 Link Here
41
		)
41
		)
42
	!deprecated? (
42
	!deprecated? (
43
		>=x11-libs/gtk+-3.10.0:3
43
		>=x11-libs/gtk+-3.10.0:3
44
		webkit2? ( >=net-libs/webkit-gtk-2.3.91:4[jit=] )
44
		webkit2? ( >=net-libs/webkit-gtk-2.3.91:4[jit=,libnotify=] )
45
		!webkit2? ( >=net-libs/webkit-gtk-1.8.1:3[jit=] )
45
		!webkit2? ( >=net-libs/webkit-gtk-1.8.1:3[jit=] )
46
		)
46
		)
47
	granite? ( >=dev-libs/granite-0.2 )
47
	granite? ( >=dev-libs/granite-0.2 )
Lines 103-108 Link Here
103
			)
103
			)
104
	fi
104
	fi
105
105
106
106
	cmake-utils_src_configure
107
	cmake-utils_src_configure
107
}
108
}
108
109

Return to bug 579134