diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:26 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:26 +0200 |
commit | ee4c472f0377c75e3f106f28bd1c89296c742ee1 (patch) | |
tree | 9645e2a820e5c3c905d8a446429d200a9bf6e0c6 /dev-ros | |
parent | dev-ros/image_cb_detector: remove boost[threads(+)] usedep (diff) | |
download | gentoo-ee4c472f0377c75e3f106f28bd1c89296c742ee1.tar.gz gentoo-ee4c472f0377c75e3f106f28bd1c89296c742ee1.tar.bz2 gentoo-ee4c472f0377c75e3f106f28bd1c89296c742ee1.zip |
dev-ros/image_proc: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/image_proc/image_proc-1.15.2-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/image_proc/image_proc-1.15.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/image_proc/image_proc-1.16.0.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/image_proc/image_proc-9999.ebuild | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/dev-ros/image_proc/image_proc-1.15.2-r2.ebuild b/dev-ros/image_proc/image_proc-1.15.2-r2.ebuild index 249dfc8400a0..92a72ce17285 100644 --- a/dev-ros/image_proc/image_proc-1.15.2-r2.ebuild +++ b/dev-ros/image_proc/image_proc-1.15.2-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 @@ -23,7 +23,7 @@ RDEPEND=" dev-ros/roscpp dev-libs/console_bridge:= media-libs/opencv:= - dev-libs/boost:=[threads(+)] + dev-libs/boost:= " DEPEND="${RDEPEND} dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] diff --git a/dev-ros/image_proc/image_proc-1.15.3-r1.ebuild b/dev-ros/image_proc/image_proc-1.15.3-r1.ebuild index 249dfc8400a0..92a72ce17285 100644 --- a/dev-ros/image_proc/image_proc-1.15.3-r1.ebuild +++ b/dev-ros/image_proc/image_proc-1.15.3-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 @@ -23,7 +23,7 @@ RDEPEND=" dev-ros/roscpp dev-libs/console_bridge:= media-libs/opencv:= - dev-libs/boost:=[threads(+)] + dev-libs/boost:= " DEPEND="${RDEPEND} dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] diff --git a/dev-ros/image_proc/image_proc-1.16.0.ebuild b/dev-ros/image_proc/image_proc-1.16.0.ebuild index 4d0d9288c7a2..92a72ce17285 100644 --- a/dev-ros/image_proc/image_proc-1.16.0.ebuild +++ b/dev-ros/image_proc/image_proc-1.16.0.ebuild @@ -23,7 +23,7 @@ RDEPEND=" dev-ros/roscpp dev-libs/console_bridge:= media-libs/opencv:= - dev-libs/boost:=[threads(+)] + dev-libs/boost:= " DEPEND="${RDEPEND} dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] diff --git a/dev-ros/image_proc/image_proc-9999.ebuild b/dev-ros/image_proc/image_proc-9999.ebuild index 249dfc8400a0..92a72ce17285 100644 --- a/dev-ros/image_proc/image_proc-9999.ebuild +++ b/dev-ros/image_proc/image_proc-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 @@ -23,7 +23,7 @@ RDEPEND=" dev-ros/roscpp dev-libs/console_bridge:= media-libs/opencv:= - dev-libs/boost:=[threads(+)] + dev-libs/boost:= " DEPEND="${RDEPEND} dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] |