From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-96513-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1METcw-0003NG-ME
	for garchives@archives.gentoo.org; Wed, 10 Jun 2009 19:38:26 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 953A5E0537;
	Wed, 10 Jun 2009 19:38:25 +0000 (UTC)
Received: from mail-gx0-f207.google.com (mail-gx0-f207.google.com [209.85.217.207])
	by pigeon.gentoo.org (Postfix) with ESMTP id 788EBE0537
	for <gentoo-user@lists.gentoo.org>; Wed, 10 Jun 2009 19:38:25 +0000 (UTC)
Received: by gxk3 with SMTP id 3so3732826gxk.10
        for <gentoo-user@lists.gentoo.org>; Wed, 10 Jun 2009 12:38:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:sender:received:in-reply-to
         :references:date:x-google-sender-auth:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        bh=AmXpZr9AHcs0mrQCtbcumS70PGjZBQluFWyBvtMNob4=;
        b=TgUlROHeygO6R44Lz+um4RC/KRqpkMOc/q/Uu9LNmPoO65t+52Xq9ih8DkqC6y7T/x
         54Qk2CTbJ+F8uOTFwQ2dvCSWqLmd69i3YKsWT/qQFUeWeG9H9qKg+4QfXCBaCcNgUWOg
         aND1r+Bp9B/5NRvS7UiLgfU65TEfM+VdiRjz4=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:sender:in-reply-to:references:date
         :x-google-sender-auth:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        b=gU/US5wq93M3vg6L+HmDJi1ASCqqQ8c1LCRlz9qbLMiUdt4RDDe4BfONjL2tFnS0hl
         v+Kbb4rNsGnKwujafBHYLtbpx6ZUR8GO0va0N2t4/ayOoFU9uRmcI9GKR/1zg9OisMWO
         U0f8WeA9BDiHi0MYvpBQB92B9O4WQRmVmGu7U=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Sender: paul.hartman@gmail.com
Received: by 10.151.124.6 with SMTP id b6mr3304285ybn.219.1244662705069; Wed, 
	10 Jun 2009 12:38:25 -0700 (PDT)
In-Reply-To: <200906102125.12330.alan.mckinnon@gmail.com>
References: <200906102125.12330.alan.mckinnon@gmail.com>
Date: Wed, 10 Jun 2009 14:38:25 -0500
X-Google-Sender-Auth: f0f0ece5239b71f8
Message-ID: <58965d8a0906101238t4eea1cf0xb4d5fd23a7328f7a@mail.gmail.com>
Subject: Re: [gentoo-user] PyQt4-4.5 and pykde4-4.2.4 blockers
From: Paul Hartman <paul.hartman+gentoo@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 5873c412-6d02-4b45-b620-17b3dced76d6
X-Archives-Hash: a4389fba4857114dd23a88f10bbf1cde

On Wed, Jun 10, 2009 at 2:25 PM, Alan McKinnon<alan.mckinnon@gmail.com> wrote:
> Today's sync includes PyQt4-4.5 which is blocked by pykde4-4.2.4 (incompatible
> and build issues). Apparently pykde4-4.3 will fix this, but meanwhile I need
> to get emerge world to run and complete.

I had to add these 4 packages to my /etc/portage/package.mask to get
emerge to proceed:

=dev-python/PyQt4-4.5
=dev-python/PyQt-3.18
=dev-python/qscintilla-python-2.4
=x11-libs/qscintilla-2.4

I'll try unmasking them in a few days to see if the deps have been sorted out.