Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 102671

Summary: gkrellm ebuild has dependenciy on obsolete glib-1
Product: Gentoo Linux Reporter: Olivier Favre-Simon <olivier.favre-simon>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Olivier Favre-Simon 2005-08-15 20:54:08 UTC
gkrellm ebuild (up to latest 2.2.7) has dependency on obsolete glib-1, when I
should use glib-2 if possible.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
Just replacing = by >= in glib DEPEND makes gkrellm ebuild using glib-2 and the
resulting package is fully functionnal.

I can emerge -C =dev-libs/glib-1.2.10-r5 now.

Expected Results:  
Replace line     DEPEND="=dev-libs/glib-1*
By line          DEPEND=">=dev-libs/glib-1*
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-08-16 02:52:00 UTC

*** This bug has been marked as a duplicate of 89135 ***