From: Alexis Ballier Date: Thu, 28 Dec 2017 16:56:44 +0000 (+0100) Subject: dev-ros/diagnostic_aggregator: add missing := dep on tinyxml2 and console bridge X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e3e029be28159a9c00f4fcc6c838c9528619a24f;p=gentoo.git dev-ros/diagnostic_aggregator: add missing := dep on tinyxml2 and console bridge Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- diff --git a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.2.ebuild b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.2-r1.ebuild similarity index 91% rename from dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.2.ebuild rename to dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.2-r1.ebuild index 3941af78cb38..7a610fadd9fb 100644 --- a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.2.ebuild +++ b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.2-r1.ebuild @@ -16,12 +16,14 @@ IUSE="" RDEPEND=" dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/pluginlib + dev-libs/tinyxml2:= dev-ros/roscpp dev-ros/rospy dev-ros/rostest dev-ros/xmlrpcpp dev-ros/bondcpp dev-libs/boost:= + dev-libs/console_bridge:= " DEPEND="${RDEPEND} test? ( dev-ros/rostest )" diff --git a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild index 833431a8f921..7a610fadd9fb 100644 --- a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild +++ b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-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 EAPI=5 @@ -16,12 +16,14 @@ IUSE="" RDEPEND=" dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/pluginlib + dev-libs/tinyxml2:= dev-ros/roscpp dev-ros/rospy dev-ros/rostest dev-ros/xmlrpcpp dev-ros/bondcpp dev-libs/boost:= + dev-libs/console_bridge:= " DEPEND="${RDEPEND} test? ( dev-ros/rostest )"