From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FSJdV-0001lW-1C for garchives@archives.gentoo.org; Sat, 08 Apr 2006 20:02:21 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.5) with SMTP id k38K1Dif006575; Sat, 8 Apr 2006 20:01:13 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.236]) by robin.gentoo.org (8.13.6/8.13.5) with ESMTP id k38JuZPd019405 for ; Sat, 8 Apr 2006 19:56:35 GMT Received: by wproxy.gmail.com with SMTP id i21so573284wra for ; Sat, 08 Apr 2006 12:56:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dBvVw6pSbsXmz3aODTzZEevwjxjqOu8cwSmhsldfyY2VGOntObHQGheq+Oue2kCUOhwZbDcSvhmhFlDUOS2sExWI9sq/by7z90JE1/pABBAHRSGL5TpFU3sygkAfh7E+PskMKmhg8/xdTL6hzWgU+eQbMAvA0VQY0kr8fwDbsGY= Received: by 10.54.93.7 with SMTP id q7mr860599wrb; Sat, 08 Apr 2006 12:56:34 -0700 (PDT) Received: by 10.54.69.11 with HTTP; Sat, 8 Apr 2006 12:56:34 -0700 (PDT) Message-ID: <7573e9640604081256j7b935ca6r40ac9432cced8f47@mail.gmail.com> Date: Sat, 8 Apr 2006 12:56:34 -0700 From: "Richard Fish" Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] kde-base/kdebugdialog-3.5.2 emerge error In-Reply-To: <6c6bf1720604081054t5a89d0d8xf04de6ee88f87200@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <6c6bf1720604081054t5a89d0d8xf04de6ee88f87200@mail.gmail.com> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k38JuZPd019405 X-Archives-Salt: 2e73cf7e-41b4-4491-9971-3cb24a2828f2 X-Archives-Hash: 501ae238cece4aaa2138fb6b7e93c131 On 4/8/06, Pete Pardoe 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