I currently have koffice-1.3 installed; when doing an "emerge -U world" or "emerge -U koffice", the process begins, but during the package configure stage, I get this: > checking if Qt needs -ljpeg... no > checking for rpath... yes > checking for KDE... libraries /usr/kde/3.2/lib, headers /usr/kde/3.2/include > checking if UIC has KDE plugins available... no > configure: error: you need to install kdelibs first. > > !!! ERROR: app-office/koffice-1.3.1-r1 failed. > !!! Function kde_src_compile, Line 118, Exitcode 1 > !!! died running ./configure, kde_src_compile:configure The kdelibs package IS installed: $ epm -q kdelibs kdelibs-3.2.2-r1
you need to re-emerge kdelibs.
Re-emerging kdelibs fixed it; thanks.