Skip to content

Commit

Permalink
dev-ros/robot_pose_ekf: Depend on dev-libs/boost:=[threads(+)]
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jun 18, 2021
1 parent caada1d commit 5a28f1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -18,7 +18,7 @@ RDEPEND="
dev-ros/roscpp
dev-ros/tf
sci-libs/orocos-bfl
dev-libs/boost:=[threads]
dev-libs/boost:=[threads(+)]
"
DEPEND="${RDEPEND}
dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
Expand Down
4 changes: 2 additions & 2 deletions dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -18,7 +18,7 @@ RDEPEND="
dev-ros/roscpp
dev-ros/tf
sci-libs/orocos-bfl
dev-libs/boost:=[threads]
dev-libs/boost:=[threads(+)]
"
DEPEND="${RDEPEND}
dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
Expand Down

0 comments on commit 5a28f1e

Please sign in to comment.