Index: kdevelop-3.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop/kdevelop-3.3.2.ebuild,v --- kdevelop-3.3.2.ebuild 28 Mar 2006 17:56:18 -0000 1.2 +++ kdevelop-3.3.2.ebuild 7 Apr 2006 14:19:52 -0000 @@ -37,6 +37,9 @@ src_compile() { local myconf="--with-kdelibsdoxy-dir=$(kde-config --prefix)/share/doc/HTML/en/kdelibs-apidocs" + # Explicitly set db include directory (bug 128897) + myconf="${myconf} --with-db-includedir=/usr/include/db4.1" + # languages myconf="${myconf} $(use_enable java) $(use_enable python) $(use_enable ruby) $(use_enable ada) $(use_enable fortran)