from compiz-0.3.4 configure.ac COMPIZ_REQUIRES="libpng \ xcomposite \ xfixes \ xdamage \ xrandr \ xinerama \ ice \ sm \ libstartup-notification-1.0 >= 0.7" the ebuild misses dependencies on: x11-libs/libXinerama x11-libs/libICE x11-libs/libSM >=x11-libs/startup-notification-0.7 furthermore the ebuilds needs some some love wrt new use flags and use-flag specific dependencies
You're right for xinerama, though all others are already fetched as indirect deps. What exactly do you mean with: "furthermore the ebuilds needs some some love wrt new use flags and use-flag specific dependencies" gnome is hard-enabled atm because there's not much use of it without gtk-window-decorator, I can't see anything else that would make sense to have use-flags for.
(In reply to comment #1) > What exactly do you mean with: > "furthermore the ebuilds needs some some love wrt new use flags and use-flag > specific dependencies" > > gnome is hard-enabled atm because there's not much use of it without > gtk-window-decorator, I can't see anything else that would make sense to have > use-flags for. > An Xfce user might want to build compiz with gtk-window-decorator (--enable-gtk) but not gnome settings support (--enable-gnome) or metacity theme support (--enable-metacity). There is also a kde switch a non-gtk user might want to use.