Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155541 - Remove media-radio/gmfsk depend on gnome 1.x
Summary: Remove media-radio/gmfsk depend on gnome 1.x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-17 20:55 UTC by Richard Fish
Modified: 2006-11-17 23:41 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 Richard Fish 2006-11-17 20:55:52 UTC
gmfsk is p.masked pending gnome 1.x removal.  However, gmfsk actually depends on only gnome 2 libraries:

~ > ldd /usr/bin/gmfsk  | grep gnome
        libgnomeui-2.so.0 => /usr/lib/libgnomeui-2.so.0 (0x00002b5b92ec3000)
        libgnome-keyring.so.0 => /usr/lib/libgnome-keyring.so.0 (0x00002b5b931cd000)
        libgnomecanvas-2.so.0 => /usr/lib/libgnomecanvas-2.so.0 (0x00002b5b932db000)
        libgnome-2.so.0 => /usr/lib/libgnome-2.so.0 (0x00002b5b93409000)
        libgnomevfs-2.so.0 => /usr/lib/libgnomevfs-2.so.0 (0x00002b5b93697000)

All that is necessary to fix the ebuild is to remove the dependancy on gnome-libs:

--- gmfsk-0.6-r1.ebuild 2006-11-17 21:52:47.195429244 -0700
+++ gmfsk-0.6-r2.ebuild 2006-11-17 21:51:26.170602490 -0700
@@ -14,7 +14,6 @@
 IUSE="doc"

 RDEPEND="virtual/libc
-       gnome-base/gnome-libs
        >=gnome-base/libgnomeui-2.0
        gnome-extra/yelp
        >=media-libs/hamlib-1.2.0
Comment 1 Richard Fish 2006-11-17 23:41:15 UTC
Hmm, fixed 13min before I filed the bug.  Nevermind.