diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-10 03:31:51 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-10 03:31:51 +0200 |
commit | af90c03e87fcc67c376decbe0f354c99e9a36c89 (patch) | |
tree | 7850865c44ad2fb4c5f843e67dc5d77ed00fd6f1 /dev-ros | |
parent | dev-ros/robot_state_publisher: Remove old (diff) | |
download | gentoo-af90c03e87fcc67c376decbe0f354c99e9a36c89.tar.gz gentoo-af90c03e87fcc67c376decbe0f354c99e9a36c89.tar.bz2 gentoo-af90c03e87fcc67c376decbe0f354c99e9a36c89.zip |
dev-ros/robot_state_publisher: add missing test deps, bug #623300
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/robot_state_publisher/robot_state_publisher-1.13.5.ebuild | 1 | ||||
-rw-r--r-- | dev-ros/robot_state_publisher/robot_state_publisher-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-ros/robot_state_publisher/robot_state_publisher-1.13.5.ebuild b/dev-ros/robot_state_publisher/robot_state_publisher-1.13.5.ebuild index 3dc46f9bcb85..2af4cf719edb 100644 --- a/dev-ros/robot_state_publisher/robot_state_publisher-1.13.5.ebuild +++ b/dev-ros/robot_state_publisher/robot_state_publisher-1.13.5.ebuild @@ -29,4 +29,5 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-ros/rostest[${PYTHON_USEDEP}] + test? ( dev-cpp/gtest ) " diff --git a/dev-ros/robot_state_publisher/robot_state_publisher-9999.ebuild b/dev-ros/robot_state_publisher/robot_state_publisher-9999.ebuild index 8efbc7de33e0..2af4cf719edb 100644 --- a/dev-ros/robot_state_publisher/robot_state_publisher-9999.ebuild +++ b/dev-ros/robot_state_publisher/robot_state_publisher-9999.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 EAPI=5 @@ -29,4 +29,5 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-ros/rostest[${PYTHON_USEDEP}] + test? ( dev-cpp/gtest ) " |