diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-04-07 15:29:07 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-04-07 16:08:16 +0200 |
commit | 21173a62c13ebd00ba30e6a2d00de8807be0aeed (patch) | |
tree | c1cf2a711fffe384fc43ddddd3682fad5ebe87c8 /dev-ros/robot_state_publisher/robot_state_publisher-9999.ebuild | |
parent | dev-ros/xacro: Remove old (diff) | |
download | gentoo-21173a62c13ebd00ba30e6a2d00de8807be0aeed.tar.gz gentoo-21173a62c13ebd00ba30e6a2d00de8807be0aeed.tar.bz2 gentoo-21173a62c13ebd00ba30e6a2d00de8807be0aeed.zip |
dev-ros/robot_state_publisher: bump to 1.13.6
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-ros/robot_state_publisher/robot_state_publisher-9999.ebuild')
-rw-r--r-- | dev-ros/robot_state_publisher/robot_state_publisher-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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 508dcb8c0b07..b1afbf659735 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-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -29,6 +29,5 @@ RDEPEND=" dev-libs/boost:= " DEPEND="${RDEPEND} - dev-ros/rostest[${PYTHON_USEDEP}] - test? ( dev-cpp/gtest ) + test? ( dev-cpp/gtest dev-ros/rostest[${PYTHON_USEDEP}] ) " |