Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266549 - net-news/liferea uses --without-gecko instead of --disable-gecko
Summary: net-news/liferea uses --without-gecko instead of --disable-gecko
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Daniel Gryniewicz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-17 15:22 UTC by Laurento Frittella (mrfree)
Modified: 2009-04-20 13:30 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
net-news/liferea-1.4.28.ebuild (liferea-1.4.28.ebuild,2.33 KB, text/plain)
2009-04-17 15:23 UTC, Laurento Frittella (mrfree)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Laurento Frittella (mrfree) 2009-04-17 15:22:59 UTC
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 ""
Comment 1 Laurento Frittella (mrfree) 2009-04-17 15:23:41 UTC
Created attachment 188692 [details]
net-news/liferea-1.4.28.ebuild

This is the "patched" ebuild
Comment 2 Balazs Nemeth 2009-04-18 23:24:17 UTC
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.
Comment 3 Daniel Gryniewicz (RETIRED) gentoo-dev 2009-04-20 13:30:08 UTC
Fixed in 2.4.28-r1