commit:     5eb2dd3fee82fcffb543a11a39f098e712e66bf2
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 11:25:32 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 11:58:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb2dd3f

dev-ros/nodelet_tutorial_math: add missing boost dep

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-0.1.10.ebuild | 3 ++-
 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 29397994042..5d126e96559 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 7c11fce85ee..5d126e96559 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}"

Reply via email to