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/interactive_marker_tutorials/
Date: Thu, 29 Aug 2019 15:59:26
Message-Id: 1567094359.f591d81e78a23e5af242e05a8e42b0c56c5a12d4.aballier@gentoo
1 commit: f591d81e78a23e5af242e05a8e42b0c56c5a12d4
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 15:56:26 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 15:59:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f591d81e
7
8 dev-ros/interactive_marker_tutorials: add missing boost dep
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 ...als-0.10.3.ebuild => interactive_marker_tutorials-0.10.3-r1.ebuild} | 3 ++-
14 .../interactive_marker_tutorials-9999.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3.ebuild b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3-r1.ebuild
18 similarity index 91%
19 rename from dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3.ebuild
20 rename to dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3-r1.ebuild
21 index 834526809e2..6844281b86e 100644
22 --- a/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3.ebuild
23 +++ b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -21,5 +21,6 @@ RDEPEND="
31 dev-ros/tf[${PYTHON_USEDEP}]
32 dev-ros/rospy[${PYTHON_USEDEP}]
33 dev-ros/roslib[${PYTHON_USEDEP}]
34 + dev-libs/boost:=
35 "
36 DEPEND="${RDEPEND}"
37
38 diff --git a/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild
39 index dcb82f94d3e..6844281b86e 100644
40 --- a/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild
41 +++ b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2014 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48 @@ -21,5 +21,6 @@ RDEPEND="
49 dev-ros/tf[${PYTHON_USEDEP}]
50 dev-ros/rospy[${PYTHON_USEDEP}]
51 dev-ros/roslib[${PYTHON_USEDEP}]
52 + dev-libs/boost:=
53 "
54 DEPEND="${RDEPEND}"