From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E67CD1381F3 for ; Mon, 24 Jun 2013 08:38:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA9B6E0946; Mon, 24 Jun 2013 08:38:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FEA1E0946 for ; Mon, 24 Jun 2013 08:38:48 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93C2333E007 for ; Mon, 24 Jun 2013 08:38:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0CD65E468F for ; Mon, 24 Jun 2013 08:38:46 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1372063121.5251ba1d43c094fc128e3e09b537af1b2e2fa0c7.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/PyQt4/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/PyQt4/PyQt4-4.10.2_pre20130505.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 5251ba1d43c094fc128e3e09b537af1b2e2fa0c7 X-VCS-Branch: master Date: Mon, 24 Jun 2013 08:38:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cc9b00bf-5bc4-4da1-8570-6a979a267431 X-Archives-Hash: 5b94fdc983553fba2596f1614756990e commit: 5251ba1d43c094fc128e3e09b537af1b2e2fa0c7 Author: Davide Pesavento gmail com> AuthorDate: Mon Jun 24 08:38:41 2013 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon Jun 24 08:38:41 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=5251ba1d [dev-python/PyQt4] Add PYTHON_REQUIRED_USE. Package-Manager: portage-2.2.0_alpha184 --- dev-python/PyQt4/PyQt4-4.10.2_pre20130505.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/PyQt4/PyQt4-4.10.2_pre20130505.ebuild b/dev-python/PyQt4/PyQt4-4.10.2_pre20130505.ebuild index b8df31f..7b5384d 100644 --- a/dev-python/PyQt4/PyQt4-4.10.2_pre20130505.ebuild +++ b/dev-python/PyQt4/PyQt4-4.10.2_pre20130505.ebuild @@ -25,6 +25,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-lin IUSE="X dbus debug declarative doc examples help kde multimedia opengl phonon script scripttools sql svg webkit xmlpatterns" REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} declarative? ( X ) help? ( X ) multimedia? ( X )