Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/nodelet_tutorial_math/
Date: Wed, 13 Sep 2017 12:00:00
Message-Id: 1505303881.5eb2dd3fee82fcffb543a11a39f098e712e66bf2.aballier@gentoo
1 commit: 5eb2dd3fee82fcffb543a11a39f098e712e66bf2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 13 11:25:32 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 13 11:58:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb2dd3f
7
8 dev-ros/nodelet_tutorial_math: add missing boost dep
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-0.1.10.ebuild | 3 ++-
13 dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-9999.ebuild | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 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
17 index 29397994042..5d126e96559 100644
18 --- a/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-0.1.10.ebuild
19 +++ b/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-0.1.10.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -17,5 +17,6 @@ RDEPEND="
27 dev-ros/nodelet
28 dev-ros/roscpp
29 dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
30 + dev-libs/boost:=
31 "
32 DEPEND="${RDEPEND}"
33
34 diff --git a/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-9999.ebuild b/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-9999.ebuild
35 index 7c11fce85ee..5d126e96559 100644
36 --- a/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-9999.ebuild
37 +++ b/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-9999.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2014 Gentoo Foundation
40 +# Copyright 1999-2017 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=5
44 @@ -17,5 +17,6 @@ RDEPEND="
45 dev-ros/nodelet
46 dev-ros/roscpp
47 dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
48 + dev-libs/boost:=
49 "
50 DEPEND="${RDEPEND}"