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 E6EEB1381F3 for ; Fri, 13 Sep 2013 19:37:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79B92E0B46; Fri, 13 Sep 2013 19:37:14 +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 14078E0B46 for ; Fri, 13 Sep 2013 19:37:13 +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 2BC3333DAC9 for ; Fri, 13 Sep 2013 19:37:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C2464E468F for ; Fri, 13 Sep 2013 19:37:11 +0000 (UTC) From: "Jonathan Callen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan Callen" Message-ID: <1379101007.a3fef060eed17748d0e50c6945801f66fbc4a892.jcallen@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: jcallen X-VCS-Committer-Name: Jonathan Callen X-VCS-Revision: a3fef060eed17748d0e50c6945801f66fbc4a892 X-VCS-Branch: master Date: Fri, 13 Sep 2013 19:37:11 +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: b4dfe020-d901-4fb8-82ac-889b83a1e31a X-Archives-Hash: 7445246a7d8caf6eb3642e30581cd0e8 commit: a3fef060eed17748d0e50c6945801f66fbc4a892 Author: Jonathan Callen gentoo org> AuthorDate: Fri Sep 13 19:36:47 2013 +0000 Commit: Jonathan Callen gentoo org> CommitDate: Fri Sep 13 19:36:47 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a3fef060 [dev-python/PyQt4] Add missing [${PYTHON_USEDEP}] to dbus-python DEPEND Package-Manager: portage-2.2.1 --- dev-python/PyQt4/PyQt4-4.10.2_pre20130505.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/PyQt4/PyQt4-4.10.2_pre20130505.ebuild b/dev-python/PyQt4/PyQt4-4.10.2_pre20130505.ebuild index b2b5a29..41cd485 100644 --- a/dev-python/PyQt4/PyQt4-4.10.2_pre20130505.ebuild +++ b/dev-python/PyQt4/PyQt4-4.10.2_pre20130505.ebuild @@ -49,7 +49,7 @@ RDEPEND=" >=dev-qt/qttest-${QT_PV} ) dbus? ( - >=dev-python/dbus-python-0.80 + >=dev-python/dbus-python-0.80[${PYTHON_USEDEP}] >=dev-qt/qtdbus-${QT_PV} ) declarative? ( >=dev-qt/qtdeclarative-${QT_PV} )