diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:20 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:20 +0200 |
commit | 0e0acfbaa0807f6418ffc43f4c5c480df4290081 (patch) | |
tree | 083b17c59d5a8d117d6ae53d1f573ec75a2c800a /dev-ros | |
parent | dev-ros/dwa_local_planner: remove boost[threads(+)] usedep (diff) | |
download | gentoo-0e0acfbaa0807f6418ffc43f4c5c480df4290081.tar.gz gentoo-0e0acfbaa0807f6418ffc43f4c5c480df4290081.tar.bz2 gentoo-0e0acfbaa0807f6418ffc43f4c5c480df4290081.zip |
dev-ros/dynamic_reconfigure: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.7.3.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.7.3.ebuild b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.7.3.ebuild index 8b133aada32e..17e6c3b2f07d 100644 --- a/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.7.3.ebuild +++ b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.7.3.ebuild @@ -15,7 +15,7 @@ SLOT="0" IUSE="" RDEPEND=" - dev-libs/boost:=[threads(+)] + dev-libs/boost:= dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] dev-ros/roscpp " diff --git a/dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.ebuild b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.ebuild index c328670cf8b6..17e6c3b2f07d 100644 --- a/dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.ebuild +++ b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-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 @@ -15,7 +15,7 @@ SLOT="0" IUSE="" RDEPEND=" - dev-libs/boost:=[threads(+)] + dev-libs/boost:= dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] dev-ros/roscpp " |