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
There are are a couple of problems with the dependencies in gkrellm. Most glaring is that 2.1.22 added SSL capabilities to the mailcheck feature. But also, gkrellm has optional dependencies on gtk and gtk2. This is just wrong and should be replaced with: X? ( >=x11-libs/gtk+-2.0.5 ) I have some non-X servers that run gkrellmd and recently gtk2 was added to the profile, which caused them to want to merge in gtk2 and it's dependencies, including xfree, so I had to add -gtk2 to my USE flags to avoid this. Patch to be attached.
Created an attachment (id=22578) [edit] fix dependencies in ebuild Updated ebuild with ssl support * Remove gtk and gtk2 USE flags * Add dependency >=dev-libs/glib-1.2 in all cases * If USE=X, add >=x11-libs/gtk+-2.0.5 depenency * If USE="X ssl", add dev-libs/openssl Note that gkrellmd (the piece that does not use X) does not have the mail check capability, so it does not link against OpenSSL.
in cvs thx