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

Collapse All | Expand All

(-)liferea-1.7.4.ebuild (-1 / +10 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit gnome2
7
inherit gnome2 pax-utils
8
GCONF_DEBUG="no"
8
GCONF_DEBUG="no"
9
9
10
MY_P="${P/_/-}"
10
MY_P="${P/_/-}"
Lines 46-48 Link Here
46
		$(use_enable networkmanager nm)
46
		$(use_enable networkmanager nm)
47
		$(use_enable libnotify)"
47
		$(use_enable libnotify)"
48
}
48
}
49
50
src_install() {
51
	gnome2_src_install
52
	# bug #338213
53
	# Uses webkit's JIT. Needs mmap('rwx') to generate code in runtime.
54
	# MPROTECT policy violation. Will sit here until webkit will
55
	# get optional JIT.
56
	pax-mark m "${D}"/usr/bin/liferea
57
}

Return to bug 338213