On 12/28/2009 11:10 AM, lx...@gentoo.org wrote: > In the aim of improving binpkgs status, I filed a bunch of bugs against > all the libX* available in tree that contain wrong RDEPEND bits pointing > to x11-proto/* stuff. > To x11, just don't get angry (eheh), let's discuss concerns here > (actually I don't see any and I am willing to fix all the ebuilds and > close all my bugs if you ack).
Xdbe.h is part of libXext: Xdbe.h:#include <X11/extensions/dbe.h> x11-libs/libXext (/usr/include/X11/extensions/Xdbe.h) Where dbe.h is coming from xextproto: x11-proto/xextproto (/usr/include/X11/extensions/dbe.h) As such, xextproto should be a RDEPEND of libXext or otherwise you'd be breaking everything that's using libXext's Xdbe.h as a build depend because having xextproto only in DEPEND would allow --depclean to remove the required header from system .... my 1 or 2 cents