Skip to content

Commit

Permalink
dev-ros/tf2_kdl: add missing test dep, bug #623272
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
aballier committed Jul 10, 2017
1 parent 605086d commit c11e64c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion dev-ros/tf2_kdl/tf2_kdl-0.5.15.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ RDEPEND="
dev-ros/tf2_msgs[${PYTHON_USEDEP}]
dev-ros/cmake_modules
"
DEPEND="${RDEPEND} test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}
test? (
dev-ros/rostest[${PYTHON_USEDEP}]
dev-cpp/gtest
)"
6 changes: 5 additions & 1 deletion dev-ros/tf2_kdl/tf2_kdl-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ RDEPEND="
dev-ros/tf2_msgs[${PYTHON_USEDEP}]
dev-ros/cmake_modules
"
DEPEND="${RDEPEND} test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}
test? (
dev-ros/rostest[${PYTHON_USEDEP}]
dev-cpp/gtest
)"

0 comments on commit c11e64c

Please sign in to comment.