Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Here's the request: I would like for links to link/DEPEND against libjpeg if livecd is in USE. This allows us to not have to add jpeg to the USE flags for building our releases, but allows for jpegs to display on www.g.o, since we already build with fbcon in USE.
Created an attachment (id=57946) [details] links-2.1_pre17.diff This patch is against links-2.1_pre17.ebuild and makes USE="livecd" act like USE="fbcon jpeg"
Sounds good, but it fails repoman scan. DEPEND.badindev 1 www-client/links/links-2.1_pre17.ebuild: ~ppc-macos ['sys-libs/gpm'] RDEPEND.badindev 1 www-client/links/links-2.1_pre17.ebuild: ~ppc-macos ['sys-libs/gpm'] Removing sys-libs/gpm from the livecd? statement fixes it, but alas, aside from gpm not having ppc-macos in KEYWORDS I do not understand what is causing it...
Well, you can either make a -r1 ebuild, removing the ppc-macos KEYWORDS and filing a bug to them, or you can simply wrap the new stuff in !ppc-macos? ( ... ) and ! use ppc-macos, where needed. Want a new patch?
I went with the first approach, it seems a cleaner way to do it for me. sys-libs/gpm ppc-macos keyword request is in bug 91463. Thanks Chris
In cvs.
Well, turns out it can't be keyworded. I'll change it to use !ppc-macos?.