Carlos wrote:
I am trying to emerge wxGTK-2.6.2 with -X use flag (that should install only wxbase -non-gui libs- ) but it stills trying to emerge gtk+. In wxGTK-2.6.1 you can use -gtk2 and -wxgtk1 USE flags to avoid this to be installed. Is there any reason for 2.6.2 to work in this way? bug in ebuild?

Whould seem so. From the ebuild:
----
RDEPEND="${RDEPEND}
    opengl? ( virtual/opengl )
    >=x11-libs/gtk+-2.0
    >=dev-libs/glib-2.0
    media-libs/tiff
    odbc? ( dev-db/unixODBC )
!mips? ( !arm? ( !hppa? ( !ia64? ( !ppc64? ( !alpha? ( !sparc? ( sdl? ( media-libs/sdl-sound ) ) ) ) ) ) ) )"
----
as you can see the dependency on gtk+ is always there. I would file a bug on bugzilla.

--
Naga
--
gentoo-user@gentoo.org mailing list

Reply via email to