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

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +8 lines)
Line  Link Here
0
-- a/net-libs/webkit-gtk/webkit-gtk-2.36.1.ebuild
0
++ b/net-libs/webkit-gtk/webkit-gtk-2.36.1.ebuild
Lines 127-135 Link Here
127
#		dev-python/pygobject:3[python_targets_python2_7]
127
#		dev-python/pygobject:3[python_targets_python2_7]
128
#		x11-themes/hicolor-icon-theme
128
#		x11-themes/hicolor-icon-theme
129
#	)
129
#	)
130
RDEPEND="${RDEPEND}
131
	geolocation? ( >=app-misc/geoclue-2.1.5:2.0 )
132
"
133
130
134
S="${WORKDIR}/${MY_P}"
131
S="${WORKDIR}/${MY_P}"
135
132
Lines 248-250 Link Here
248
245
249
	WK_USE_CCACHE=NO cmake_src_configure
246
	WK_USE_CCACHE=NO cmake_src_configure
250
}
247
}
248
249
pkg_postinst() {
250
	if use geolocation; then
251
		elog "Additional dependencies are required for functional geolocation:"
252
		elog "  >=app-misc/geoclue-2.1.5:2.0"
253
	fi
254
}

Return to bug 852752