diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-09-13 13:25:32 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-09-13 13:58:01 +0200 |
commit | 5eb2dd3fee82fcffb543a11a39f098e712e66bf2 (patch) | |
tree | 660308355af9dbde14a1e730640e5c2c4a700c4b | |
parent | dev-ros/nodelet_tutorial_math: Remove old (diff) | |
download | gentoo-5eb2dd3fee82fcffb543a11a39f098e712e66bf2.tar.gz gentoo-5eb2dd3fee82fcffb543a11a39f098e712e66bf2.tar.bz2 gentoo-5eb2dd3fee82fcffb543a11a39f098e712e66bf2.zip |
dev-ros/nodelet_tutorial_math: add missing boost dep
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r-- | dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-0.1.10.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-0.1.10.ebuild b/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-0.1.10.ebuild index 29397994042c..5d126e96559d 100644 --- a/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-0.1.10.ebuild +++ b/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-0.1.10.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 @@ -17,5 +17,6 @@ RDEPEND=" dev-ros/nodelet dev-ros/roscpp dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/boost:= " DEPEND="${RDEPEND}" diff --git a/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-9999.ebuild b/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-9999.ebuild index 7c11fce85ee6..5d126e96559d 100644 --- a/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-9999.ebuild +++ b/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-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 @@ -17,5 +17,6 @@ RDEPEND=" dev-ros/nodelet dev-ros/roscpp dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/boost:= " DEPEND="${RDEPEND}" |