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 B9B15138252 for ; Wed, 11 May 2016 07:39:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A86A21C039; Wed, 11 May 2016 07:38:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2C3DE0863 for ; Wed, 11 May 2016 07:38:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64C18340BBD for ; Wed, 11 May 2016 07:38:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A715C95D for ; Wed, 11 May 2016 07:38:53 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1462952268.acd06d4dd176aa56c395bffe74e505e2ce4643f2.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_py_common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rqt_py_common/rqt_py_common-9999.ebuild X-VCS-Directories: dev-ros/rqt_py_common/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: acd06d4dd176aa56c395bffe74e505e2ce4643f2 X-VCS-Branch: master Date: Wed, 11 May 2016 07:38:53 +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: 0f4e9195-07f3-4db1-a3c6-816225417d14 X-Archives-Hash: 6d5ed0e2441e6730046ca1fde399dd12 commit: acd06d4dd176aa56c395bffe74e505e2ce4643f2 Author: Alexis Ballier gentoo org> AuthorDate: Wed May 11 07:18:55 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed May 11 07:37:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd06d4d dev-ros/rqt_py_common: add python_qt_binding dep Package-Manager: portage-2.2.28 dev-ros/rqt_py_common/rqt_py_common-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ros/rqt_py_common/rqt_py_common-9999.ebuild b/dev-ros/rqt_py_common/rqt_py_common-9999.ebuild index cff8866..3706982 100644 --- a/dev-ros/rqt_py_common/rqt_py_common-9999.ebuild +++ b/dev-ros/rqt_py_common/rqt_py_common-9999.ebuild @@ -22,5 +22,6 @@ RDEPEND=" dev-ros/roslib[${PYTHON_USEDEP}] dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/rostopic[${PYTHON_USEDEP}] + >=dev-ros/python_qt_binding-0.2.19[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}"