Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155401 - x11-wm/icewm - remove gnome use flag
Summary: x11-wm/icewm - remove gnome use flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome1-removal
  Show dependency tree
 
Reported: 2006-11-16 11:37 UTC by pbmaxi
Modified: 2006-11-27 22:07 UTC (History)
5 users (show)

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 pbmaxi 2006-11-16 11:37:03 UTC
If the gnome USE Flag is set, icewm depends on gnome-libs which is package.mask'ed now.
Adding x11-wm/icewm -gnome to /etc/portage/package.use fixes it, but are the gnome-libs really necessary for icewm gnome support? (I must admit that I don't even know whether activating gnome support for icewm has any effects)
Comment 1 Pacho Ramos gentoo-dev 2006-11-17 01:03:18 UTC
Same problem here
Comment 2 David Gurvich 2006-11-17 13:36:02 UTC
Change the ebuild in the following way(s), change gnome-libs to libgnome 

from :
gnome? ( gnome-base/gnome-libs gnome-base/gnome-desktop dev-util/pkgconfig ) 
to :
gnome? ( gnome-base/libgnome gnome-base/gnome-desktop dev-util/pkgconfig )

and remove the line $(use_enable gnome menus-gnome1)
Comment 3 pbmaxi 2006-11-18 07:00:58 UTC
works for me
Comment 4 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-11-27 22:07:02 UTC
This was because I was still working on this stuff.  This has been completed though.