On 4/8/06, Pete Pardoe <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to upgrade to kde 3.5.2 > > specifically because my current KDE was installed with emerge kde-meta I > have added the appropriate dependencies to /etc/portage/package.keywords
No you haven't. package.keywords doesn't get applied to dependancies automatically. As the message indicates, kdebase-meta-3.5.2 depends on kdebugdialog-3.5.2, which you didn't add to package.keywords according to your post. If you want the ~x86 version of KDE, without going fully ~x86, you can try: # cd /usr/portage # for x in kde-base/* ; do # echo "$x ~x86" >>/etc/portage/package.keywords # done This will allow the ~x86 keywords for _all_ base KDE applications. You may still have to add qt or other dependancies manually however. -Richard -- gentoo-user@gentoo.org mailing list