Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102671 - gkrellm ebuild has dependenciy on obsolete glib-1
Summary: gkrellm ebuild has dependenciy on obsolete glib-1
Status: RESOLVED DUPLICATE of bug 89135
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-15 20:54 UTC by Olivier Favre-Simon
Modified: 2005-08-16 02:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***