Bug 148705 - www-client/links incomplete dependencies when USE=livecd
Bug#: 148705 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: vanquirius@gentoo.org Reported By: dsd@gentoo.org
Component: Ebuilds
URL: 
Summary: www-client/links incomplete dependencies when USE=livecd
Keywords:  
Status Whiteboard: 
Opened: 2006-09-22 15:18 0000
Description:   Opened: 2006-09-22 15:18 0000
USE=livecd causes links to get built in graphical mode, but this fails when
libpng is not installed, and libpng is not specified as a dependency. As
USE=livecd also implies USE=fbcon then I guess there are also some other
missing dependencies.

You should add:

livecd? ( >=media-libs/libpng-1.2.1 >=media-libs/jpeg-6b sys-libs/gpm )

to RDEPEND

------- Comment #1 From Marcelo Goes 2007-04-28 01:51:59 0000 -------
Done, sorry for the wait.