Hi

I had install amule2.0rc6 on my gentoo system using
amule2.0rc6.ebuild To use remote utilities like amulecmd , amuleweb etc i enable them with USE="remote" , and once i use wxgtk2.4.2 i algo set USE="-gtk2"
After compilation, amule run fine , only with small issues like when i close amule he doesn't memorize gui columns positions , if i don't had select ipfilter to be loaded at start he load anyway ....
But this are small things, my problem is with wxbase , because when i try to use amucmd on a shell he says that cannot find GTK-Display, if i run amulecmd on a term at x11 eh starts amulecmdDLG
After i search a little bit on google i discoverd that the problem is that amulecmd must be linked against wxbase no wxgtk, but wxbase doens't exist on portage tree yet ....
So i download wxbase source code , compile and install , and then edit amule2rc6 ebuild and change this lines :
econf \
--enable-optimise \
--with-wx-config=/usr/bin/wx-config \
--with-wxbase-config=/usr/bin/wxbase-config \
After this *long* explanation my question is simple , isn't better to change amulerc6 ebuild , in the way that if one user emerge this ebuild with the option USE="-remote" , ebuild also installs wxbase ?
I don't think that makes any sense install remote utilities like amulecmd and get them linked agains wxgtk ...
Just fo finish , GREAT WORK WITH RC6

Lucky_JL