From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KsbbW-0006Tb-S4 for garchives@archives.gentoo.org; Wed, 22 Oct 2008 11:10:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DF30E03CA; Wed, 22 Oct 2008 11:10:17 +0000 (UTC) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by pigeon.gentoo.org (Postfix) with ESMTP id 3F094E03CA for ; Wed, 22 Oct 2008 11:10:17 +0000 (UTC) Received: by nf-out-0910.google.com with SMTP id c7so1353089nfi.26 for ; Wed, 22 Oct 2008 04:10:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=93K4jrT7KkXteWqni4jyZbQa58zmud77CwjrRFugLLQ=; b=Xk641S8iuteGA5ivtm/uHlCRq8xxnzt5hlnTA0XUCgl4/DBYxKH6BzegozRd51pUDt IA1w0fyZq4i/1gbBHhYv/Os7FIoVuDosqdMcydPgJbLKBrTXA1kevySTXzW8NgK6IpsP ROk/0iApr0ddw0es9q+miaFqsK4ON9xjuzlcM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=UcrPa1LMGHRyBFyRkIVvpkaX3n23YwYh2rYjJePn4I1QVhAyjIqs+96rZpLTO6FfOw K+2FYrETwtCYRuK8YMFzaiuNnOupWZqtdbcq/6CIr9lE5Y9cr1bNUiBCnY17fWKHyJ95 vQS7r5RmYbRuPhmbNO4xOAYcT9PvtRPQoQ9fg= Received: by 10.103.176.20 with SMTP id d20mr5069788mup.136.1224673815495; Wed, 22 Oct 2008 04:10:15 -0700 (PDT) Received: by 10.103.229.7 with HTTP; Wed, 22 Oct 2008 04:10:15 -0700 (PDT) Message-ID: <6142e6140810220410h49623fa8kd14e8d580fd1c9a7@mail.gmail.com> Date: Wed, 22 Oct 2008 13:10:15 +0200 From: "Daniel Pielmeier" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Trying KDE-4 In-Reply-To: <200810221200.31005.wonko@wonkology.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200810191454.24606.peter@humphrey.ukfsn.org> <200810221015.34534.peter@humphrey.ukfsn.org> <20081022103239.7517f25b@digimed.co.uk> <200810221200.31005.wonko@wonkology.org> X-Archives-Salt: 49c95467-8f10-4040-8d5a-7f00f39ea0d6 X-Archives-Hash: 1c7dfcab4e3a85b7142855c7a9480223 2008/10/22 Alex Schuster : > > I think I have the same conflict. I just solved it by putting this into > package.keywords: > ~dev-python/PyQt4-4.4.3 > ~dev-python/sip-4.7.7 > > So I upgraded to PyQt4-4.4.3, and this depends on the splitted Qt ebuilds, > while PyQt4 up to version 4.4-r1 wants the old monolithic Qt. > > weird ~ # grep x11-libs/qt /usr/portage/dev-python/PyQt4/*.ebuild > /usr/portage/dev-python/PyQt4/PyQt4-4.3.3.ebuild:RDEPEND="=x11-libs/qt-4.3* > /usr/portage/dev-python/PyQt4/PyQt4-4.4-r1.ebuild:RDEPEND="=x11-libs/qt-4* > /usr/portage/dev-python/PyQt4/PyQt4-4.4.2.ebuild: >>=x11-libs/qt-core-4.4.0:4 > /usr/portage/dev-python/PyQt4/PyQt4-4.4.3.ebuild: >>=x11-libs/qt-core-4.4.0:4 > [...] This is maybe the PyQt issue I did not remember. So I think it is worth a try. If this is the case portage tries to pull qt-4.4.3 because it is needed by PyQt-4.4 plus the qt split ebuilds which are needed by some other packages. So putting versions of PyQt and sip in package.keywords which depemd on qt split ebuilds should solve it. If I remember right I have this entries in my package.keywords too. Probably you need oneshot for PyQt and sip too. -- Regards, Daniel