diff options
author | 2017-12-28 17:56:44 +0100 | |
---|---|---|
committer | 2017-12-28 20:10:20 +0100 | |
commit | e3e029be28159a9c00f4fcc6c838c9528619a24f (patch) | |
tree | f608459482d51c6ed3e435a5c86fe6d97465f879 /dev-ros/diagnostic_aggregator | |
parent | dev-ros/diagnostic_aggregator: Remove old (diff) | |
download | gentoo-e3e029be28159a9c00f4fcc6c838c9528619a24f.tar.gz gentoo-e3e029be28159a9c00f4fcc6c838c9528619a24f.tar.bz2 gentoo-e3e029be28159a9c00f4fcc6c838c9528619a24f.zip |
dev-ros/diagnostic_aggregator: add missing := dep on tinyxml2 and console bridge
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ros/diagnostic_aggregator')
-rw-r--r-- | dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.2-r1.ebuild (renamed from dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.2.ebuild) | 2 | ||||
-rw-r--r-- | dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild | 4 |
2 files changed, 5 insertions, 1 deletions
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 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 )" |