gconf 1.0.8 requires db-3.x.x this ebuild contains : RDEPEND=">=sys-libs/db-3.2.3h nls? ( sys-devel/gettext )" which is wrong
huh?
Care to explain why it is wrong ? You mean db should be in DEPEND, not in RDEPEND ?
uhm? gconf requires db 3 series this ebuild requires db at least 3.x series, so If you have db 4 the deps are satisfied, but the ebuild will not compile, btw our db 3 ebuild doesn't install db.h in <includedir>db3/db.h but in <includedir>db.h and gconf's configure looks for <includedir>db3/db.h so it will not compile even if fixed
So you have a problem with the dep not being =sys-libs/db-3* , isn't db4 supposed to be backwards compatible with 3 ? For the second problem, for me db3 does install a /usr/include/db.h
_and_ in /usr/include/db3/db.h , forgot to add that.
here db-3.x doesn't install db3/db.h...wondering why. foser, if db4 is compatible with db3 doesn't matter, gconf configure looks for db3/db.h so you need to have that file
We could patch it, if it works ok with db4.
db4 is not working on ppc atm
the db dep was removed from gconf some time ago thnx for your report.