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

(-)a/net-libs/webkit-gtk/webkit-gtk-2.6.1.ebuild (-3 / +2 lines)
Lines 231-238 src_install() { Link Here
231
	cmake-utils_src_install
231
	cmake-utils_src_install
232
232
233
	# Prevents crashes on PaX systems, bug #522808
233
	# Prevents crashes on PaX systems, bug #522808
234
	use jit && pax-mark m "${ED}usr/bin/jsc-3" "${ED}usr/libexec/WebKitWebProcess"
234
	use jit && pax-mark m "${ED}usr/bin/jsc" "${ED}usr/libexec/webkit2gtk-4.0/WebKitWebProcess"
235
	pax-mark m "${ED}usr/libexec/WebKitPluginProcess"
235
	pax-mark m "${ED}usr/libexec/webkit2gtk-4.0/WebKitPluginProcess"{,2}
236
}
236
}
237
237
238
nvidia_check() {
238
nvidia_check() {
239
- 

Return to bug 527250