for qt3? dep it is done correctly but not so for gtk? dep... DEPEND="gtk? ( =x11-libs/gtk+-2* ) ncurses? ( sys-libs/ncurses ) qt3? ( x11-libs/qt:3 ) !gtk? ( !qt3? ( !ncurses? ( sys-libs/ncurses ) ) ) caps? ( sys-libs/libcap )" should be DEPEND="gtk? ( x11-libs/gtk+:2 ) ncurses? ( sys-libs/ncurses ) qt3? ( x11-libs/qt:3 ) !gtk? ( !qt3? ( !ncurses? ( sys-libs/ncurses ) ) ) caps? ( sys-libs/libcap )" Reproducible: Always
style choice, assigning to maintainer
see my comment at http://bugs.gentoo.org/show_bug.cgi?id=268216#c2 for rationale
also, maintainer likes mixing styles i guess? ;) i.e. qt3? ( x11-libs/qt:3 )
Fixed. BTW, the qt dep was migrated to slot dependency by the qt team, the inconsitency was not my fault. ;)
explains a lot ;) thanks a lot for the fix :)