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 3BB65139085 for ; Sat, 28 Jan 2017 20:14:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96634254098; Sat, 28 Jan 2017 20:13:49 +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 71472254098 for ; Sat, 28 Jan 2017 20:13:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 942F834167E for ; Sat, 28 Jan 2017 20:13:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C0F43915 for ; Sat, 28 Jan 2017 20:13:32 +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: <1485634401.68cbd3b11e46258b7d81fa183b141ff2f873dfb8.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/gazebo_ros/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/gazebo_ros/gazebo_ros-2.6.1.ebuild dev-ros/gazebo_ros/gazebo_ros-9999.ebuild X-VCS-Directories: dev-ros/gazebo_ros/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 68cbd3b11e46258b7d81fa183b141ff2f873dfb8 X-VCS-Branch: master Date: Sat, 28 Jan 2017 20:13:32 +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: 18f454a1-581a-4a78-a301-9dd0952f0907 X-Archives-Hash: c53187faa34a8ee40f3da25b22813457 commit: 68cbd3b11e46258b7d81fa183b141ff2f873dfb8 Author: Alexis Ballier gentoo org> AuthorDate: Sat Jan 28 20:09:42 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Jan 28 20:13:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68cbd3b1 dev-ros/gazebo_ros: Add := dep on gazebo Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ros/gazebo_ros/gazebo_ros-2.6.1.ebuild | 4 ++-- dev-ros/gazebo_ros/gazebo_ros-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ros/gazebo_ros/gazebo_ros-2.6.1.ebuild b/dev-ros/gazebo_ros/gazebo_ros-2.6.1.ebuild index 6b88d28..7cd4e9f 100644 --- a/dev-ros/gazebo_ros/gazebo_ros-2.6.1.ebuild +++ b/dev-ros/gazebo_ros/gazebo_ros-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ IUSE="" RDEPEND=" dev-libs/tinyxml - sci-electronics/gazebo + sci-electronics/gazebo:= dev-ros/gazebo_plugins[${PYTHON_USEDEP}] dev-ros/roslib[${PYTHON_USEDEP}] dev-ros/roscpp diff --git a/dev-ros/gazebo_ros/gazebo_ros-9999.ebuild b/dev-ros/gazebo_ros/gazebo_ros-9999.ebuild index 870276d..7cd4e9f 100644 --- a/dev-ros/gazebo_ros/gazebo_ros-9999.ebuild +++ b/dev-ros/gazebo_ros/gazebo_ros-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ IUSE="" RDEPEND=" dev-libs/tinyxml - sci-electronics/gazebo + sci-electronics/gazebo:= dev-ros/gazebo_plugins[${PYTHON_USEDEP}] dev-ros/roslib[${PYTHON_USEDEP}] dev-ros/roscpp