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 F0B25138BED for ; Sun, 11 Oct 2015 14:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 835EBE07EE; Sun, 11 Oct 2015 14:35:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD9A1E07EE for ; Sun, 11 Oct 2015 14:35:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5C3D3406C7 for ; Sun, 11 Oct 2015 14:35:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08252D10 for ; Sun, 11 Oct 2015 14:34:59 +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: <1444574061.f86d3643ad5752cf4059a6902f9a50a7022ae3d1.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/turtle_tf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/turtle_tf/turtle_tf-0.2.2.ebuild dev-ros/turtle_tf/turtle_tf-9999.ebuild X-VCS-Directories: dev-ros/turtle_tf/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f86d3643ad5752cf4059a6902f9a50a7022ae3d1 X-VCS-Branch: master Date: Sun, 11 Oct 2015 14:34:59 +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: 79972468-3f40-4065-be35-ed22e6ceb0d0 X-Archives-Hash: 0e27249975b7101d4948d3df120d1d86 commit: f86d3643ad5752cf4059a6902f9a50a7022ae3d1 Author: Alexis Ballier gentoo org> AuthorDate: Sun Oct 11 12:01:11 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Oct 11 14:34:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86d3643 dev-ros/turtle_tf: use proper usedep on messages. Package-Manager: portage-2.2.23 dev-ros/turtle_tf/turtle_tf-0.2.2.ebuild | 4 ++-- dev-ros/turtle_tf/turtle_tf-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ros/turtle_tf/turtle_tf-0.2.2.ebuild b/dev-ros/turtle_tf/turtle_tf-0.2.2.ebuild index 4b85c5e..5f86213 100644 --- a/dev-ros/turtle_tf/turtle_tf-0.2.2.ebuild +++ b/dev-ros/turtle_tf/turtle_tf-0.2.2.ebuild @@ -16,11 +16,11 @@ SLOT="0" IUSE="" RDEPEND=" - dev-ros/geometry_msgs[${PYTHON_USEDEP}] dev-ros/roscpp dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/std_msgs[${PYTHON_USEDEP}] dev-ros/tf[${PYTHON_USEDEP}] dev-ros/turtlesim[${PYTHON_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] " DEPEND="${RDEPEND}" diff --git a/dev-ros/turtle_tf/turtle_tf-9999.ebuild b/dev-ros/turtle_tf/turtle_tf-9999.ebuild index 4b85c5e..5f86213 100644 --- a/dev-ros/turtle_tf/turtle_tf-9999.ebuild +++ b/dev-ros/turtle_tf/turtle_tf-9999.ebuild @@ -16,11 +16,11 @@ SLOT="0" IUSE="" RDEPEND=" - dev-ros/geometry_msgs[${PYTHON_USEDEP}] dev-ros/roscpp dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/std_msgs[${PYTHON_USEDEP}] dev-ros/tf[${PYTHON_USEDEP}] dev-ros/turtlesim[${PYTHON_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] " DEPEND="${RDEPEND}"