diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:13 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:13 +0200 |
commit | ffd17ad83f6fd00257e83ba8f0d13b9ed8e43924 (patch) | |
tree | a62a86a78cf97f003d221ecdcffd73b3e94964a5 /dev-ros | |
parent | dev-ros/class_loader: remove boost[threads(+)] usedep (diff) | |
download | gentoo-ffd17ad83f6fd00257e83ba8f0d13b9ed8e43924.tar.gz gentoo-ffd17ad83f6fd00257e83ba8f0d13b9ed8e43924.tar.bz2 gentoo-ffd17ad83f6fd00257e83ba8f0d13b9ed8e43924.zip |
dev-ros/clear_costmap_recovery: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.17.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/clear_costmap_recovery/clear_costmap_recovery-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.17.1-r1.ebuild b/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.17.1-r1.ebuild index 3f5cb324e386..ffda17afb297 100644 --- a/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.17.1-r1.ebuild +++ b/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.17.1-r1.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 @@ -21,7 +21,7 @@ RDEPEND=" dev-ros/roscpp dev-ros/tf2_ros - dev-libs/boost:=[threads(+)] + dev-libs/boost:= dev-libs/console_bridge:= " DEPEND="${RDEPEND} diff --git a/dev-ros/clear_costmap_recovery/clear_costmap_recovery-9999.ebuild b/dev-ros/clear_costmap_recovery/clear_costmap_recovery-9999.ebuild index 3f5cb324e386..ffda17afb297 100644 --- a/dev-ros/clear_costmap_recovery/clear_costmap_recovery-9999.ebuild +++ b/dev-ros/clear_costmap_recovery/clear_costmap_recovery-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 @@ -21,7 +21,7 @@ RDEPEND=" dev-ros/roscpp dev-ros/tf2_ros - dev-libs/boost:=[threads(+)] + dev-libs/boost:= dev-libs/console_bridge:= " DEPEND="${RDEPEND} |