liferea wants --disable-gecko instead of --without-gecko to build correctly This is the ebuild "diff -u" @@ -48,12 +48,12 @@ G2CONF="${G2CONF} --disable-gtkhtml2" elif use webkit ; then G2CONF="${G2CONF} --enable-webkit" - G2CONF="${G2CONF} --without-gecko" + G2CONF="${G2CONF} --disable-gecko" G2CONF="${G2CONF} --disable-gtkhtml2" elif use gtkhtml ; then if ! use amd64 ; then G2CONF="${G2CONF} --enable-gtkhtml2" - G2CONF="${G2CONF} --without-gecko" + G2CONF="${G2CONF} --disable-gecko" G2CONF="${G2CONF} --disable-webkit" else elog ""
Created attachment 188692 [details] net-news/liferea-1.4.28.ebuild This is the "patched" ebuild
Oops. There was a patch in 1.4.24 which is also good. I thought it was unnecessary. https://bugs.gentoo.org/show_bug.cgi?id=266154 Sorry.
Fixed in 2.4.28-r1