--- liferea-1.7.4.ebuild 2010-04-19 06:20:11.000000000 +0300 +++ liferea-1.7.4-r1.ebuild 2011-01-04 09:48:24.448448001 +0200 @@ -4,7 +4,7 @@ EAPI="2" -inherit gnome2 +inherit gnome2 pax-utils GCONF_DEBUG="no" MY_P="${P/_/-}" @@ -46,3 +46,12 @@ $(use_enable networkmanager nm) $(use_enable libnotify)" } + +src_install() { + gnome2_src_install + # bug #338213 + # Uses webkit's JIT. Needs mmap('rwx') to generate code in runtime. + # MPROTECT policy violation. Will sit here until webkit will + # get optional JIT. + pax-mark m "${D}"/usr/bin/liferea +}