diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:18 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:18 +0200 |
commit | c1049e4053e3b5889bfb9ba511e66f54135800ab (patch) | |
tree | d6850ebc24ce5af160aac058b7cc7333f36de9c5 /dev-ros | |
parent | dev-ros/cv_bridge: remove boost[threads(+)] usedep (diff) | |
download | gentoo-c1049e4053e3b5889bfb9ba511e66f54135800ab.tar.gz gentoo-c1049e4053e3b5889bfb9ba511e66f54135800ab.tar.bz2 gentoo-c1049e4053e3b5889bfb9ba511e66f54135800ab.zip |
dev-ros/dwa_local_planner: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/dwa_local_planner/dwa_local_planner-1.17.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/dwa_local_planner/dwa_local_planner-1.17.1-r2.ebuild b/dev-ros/dwa_local_planner/dwa_local_planner-1.17.1-r2.ebuild index 4b1dd66aea9a..574fee801054 100644 --- a/dev-ros/dwa_local_planner/dwa_local_planner-1.17.1-r2.ebuild +++ b/dev-ros/dwa_local_planner/dwa_local_planner-1.17.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,7 +26,7 @@ RDEPEND=" dev-ros/tf2 dev-ros/tf2_ros - dev-libs/boost:=[threads(+)] + dev-libs/boost:= dev-libs/console_bridge:= " DEPEND="${RDEPEND} diff --git a/dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild b/dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild index 4b1dd66aea9a..574fee801054 100644 --- a/dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild +++ b/dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,7 +26,7 @@ RDEPEND=" dev-ros/tf2 dev-ros/tf2_ros - dev-libs/boost:=[threads(+)] + dev-libs/boost:= dev-libs/console_bridge:= " DEPEND="${RDEPEND} |