From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1655A139694 for ; Fri, 7 Jul 2017 07:11:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57F4A2340D5; Fri, 7 Jul 2017 07:11:47 +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 38FAD2340C6 for ; Fri, 7 Jul 2017 07:11:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E145B34176B for ; Fri, 7 Jul 2017 07:11:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8355F74A7 for ; Fri, 7 Jul 2017 07:11:44 +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: <1499411428.7cf078afff1b2d859fc8a204d088f32430716a56.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/urdf_parser_py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/urdf_parser_py/urdf_parser_py-0.3.3.ebuild X-VCS-Directories: dev-python/urdf_parser_py/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7cf078afff1b2d859fc8a204d088f32430716a56 X-VCS-Branch: master Date: Fri, 7 Jul 2017 07:11:44 +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: cf79bd95-87a7-4016-a394-3c5c919acdac X-Archives-Hash: 457798216dfc819470ff51957e1b7b7d commit: 7cf078afff1b2d859fc8a204d088f32430716a56 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 7 07:04:26 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 7 07:10:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf078af dev-python/urdf_parser_py: depend on catkin_pkg not rospy Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/urdf_parser_py/urdf_parser_py-0.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/urdf_parser_py/urdf_parser_py-0.3.3.ebuild b/dev-python/urdf_parser_py/urdf_parser_py-0.3.3.ebuild index 0f8db5b4c8e..eb608a216cb 100644 --- a/dev-python/urdf_parser_py/urdf_parser_py-0.3.3.ebuild +++ b/dev-python/urdf_parser_py/urdf_parser_py-0.3.3.ebuild @@ -19,5 +19,5 @@ DEPEND="" RDEPEND="${DEPEND} dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] - dev-ros/rospy[${PYTHON_USEDEP}] + dev-python/catkin_pkg[${PYTHON_USEDEP}] "