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
Hmm, fixed 13min before I filed the bug. Nevermind.