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 ) id 1MEaoW-0002rW-IQ for garchives@archives.gentoo.org; Thu, 11 Jun 2009 03:18:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 271F1E040F; Thu, 11 Jun 2009 03:18:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0748FE040F for ; Thu, 11 Jun 2009 03:18:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 9BA55641DF for ; Thu, 11 Jun 2009 03:18:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.516 X-Spam-Level: X-Spam-Status: No, score=-3.516 required=5.5 tests=[AWL=0.083, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iZzMfWrPVqWw for ; Thu, 11 Jun 2009 03:18:40 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id A713D65AEC for ; Thu, 11 Jun 2009 03:18:33 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MEao9-0005l3-6n for gentoo-user@gentoo.org; Thu, 11 Jun 2009 03:18:29 +0000 Received: from athedsl-376794.home.otenet.gr ([79.131.23.216]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Jun 2009 03:18:29 +0000 Received: from realnc by athedsl-376794.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Jun 2009 03:18:29 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: PyQt4-4.5 and pykde4-4.2.4 blockers Date: Thu, 11 Jun 2009 06:18:18 +0300 Organization: Lucas Barks Message-ID: References: <200906102125.12330.alan.mckinnon@gmail.com> 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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-376794.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090610 Thunderbird/3.0b2 In-Reply-To: Sender: news X-Archives-Salt: 558ed1e6-5341-4ad7-90b3-75e9b1bfa2cf X-Archives-Hash: 911eb50db696a8b8916c63c93b488a41 On 06/11/2009 06:11 AM, Nikos Chantziaras wrote: > I recommend putting "-python" in your make.conf followed by "emerge > -auDN world" and then a depclean along with revdev-rebuild. You might have to enable python in a few packages after that though and disable it in others. In my case: echo "dev-libs/libxml2 python" >> /etc/portage/package.use Just follow the messages that tell you to enable the python USE flag in specific packages. It's much cleaner to enable it only in packages that actually need it rather than globally (which drags along PyQt and PyKDE.)