Summary: | net-news/liferea-1.2.6b misses lua dependency | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rafal Boniecki <rfb> |
Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | baucheta, chjacob, ed, jrmalaq, pva, srrijkers |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
fixed ebuild
liferea-1.2.6b ebuild patch |
Description
Rafal Boniecki
2007-02-12 23:32:06 UTC
Created attachment 110012 [details]
fixed ebuild
Steps to Reproduce should be: 1. emerge net-news/liferea on ~x86 system without dev-lang/lua installed I confirm Ebuild broken when emerging without dev-lang/lua installed. Steps to Reproduce as Rafal said: 1. emerge net-news/liferea on ~x86 system without dev-lang/lua installed Thank you for the fix, Rafal. I'm not from the gnome team, thus I just drop here two general notes. Please, attach diff here instead of full ebuild (make easier to review your changes) and instead of if use lua ; then G2CONF="${G2CONF} --enable-lua" else G2CONF="${G2CONF} --disable-lua" fi it's better to use G2CONF="${G2CONF} $(use_enable lua)" because it's cleaner and easier to read. See `man 5 ebuild` for details on use_enable. Thanks for tips :). See attachment below for a patch. Created attachment 110054 [details, diff]
liferea-1.2.6b ebuild patch
I've just disabled lua for now. *** Bug 167455 has been marked as a duplicate of this bug. *** |