--- liferea-1.7.4.ebuild 2010-09-20 20:19:42.569821562 +0300 +++ liferea-1.7.4-r1.ebuild 2010-09-20 20:30:31.804821562 +0300 @@ -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 #$PLACE_NUMBER_HERE + # uses xulrunner's JIT (needs disabled MPROTECT to + # generate code in runtime). Firefox binary has the + # same marking + pax-mark m "${D}"/usr/bin/liferea +}