diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-08-29 17:56:26 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-08-29 17:59:19 +0200 |
commit | f591d81e78a23e5af242e05a8e42b0c56c5a12d4 (patch) | |
tree | df943b5d67f68cd85b75aa33b2bccf6f15ae846d | |
parent | dev-ros/interactive_marker_tutorials: Remove old (diff) | |
download | gentoo-f591d81e78a23e5af242e05a8e42b0c56c5a12d4.tar.gz gentoo-f591d81e78a23e5af242e05a8e42b0c56c5a12d4.tar.bz2 gentoo-f591d81e78a23e5af242e05a8e42b0c56c5a12d4.zip |
dev-ros/interactive_marker_tutorials: add missing boost dep
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r-- | dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3-r1.ebuild (renamed from dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3.ebuild) | 3 | ||||
-rw-r--r-- | dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
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 index 834526809e25..6844281b86eb 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,5 +21,6 @@ RDEPEND=" dev-ros/tf[${PYTHON_USEDEP}] dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/roslib[${PYTHON_USEDEP}] + dev-libs/boost:= " DEPEND="${RDEPEND}" diff --git a/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild index dcb82f94d3ea..6844281b86eb 100644 --- a/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild +++ b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,5 +21,6 @@ RDEPEND=" dev-ros/tf[${PYTHON_USEDEP}] dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/roslib[${PYTHON_USEDEP}] + dev-libs/boost:= " DEPEND="${RDEPEND}" |