diff options
author | David Seifert <soap@gentoo.org> | 2021-06-18 21:14:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 21:14:39 +0200 |
commit | 8817f7d25c0c7628ac2d7cbc5df6ae12fc6a59bc (patch) | |
tree | a443894a44118156dbf53b6934cee44358235df3 /dev-ros | |
parent | dev-ros/hector_mapping: Depend on dev-libs/boost:=[threads(+)] (diff) | |
download | gentoo-8817f7d25c0c7628ac2d7cbc5df6ae12fc6a59bc.tar.gz gentoo-8817f7d25c0c7628ac2d7cbc5df6ae12fc6a59bc.tar.bz2 gentoo-8817f7d25c0c7628ac2d7cbc5df6ae12fc6a59bc.zip |
dev-ros/image_cb_detector: Depend on dev-libs/boost:=[threads(+)]
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/image_cb_detector/image_cb_detector-0.10.14-r2.ebuild (renamed from dev-ros/image_cb_detector/image_cb_detector-0.10.14-r1.ebuild) | 4 | ||||
-rw-r--r-- | dev-ros/image_cb_detector/image_cb_detector-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/image_cb_detector/image_cb_detector-0.10.14-r1.ebuild b/dev-ros/image_cb_detector/image_cb_detector-0.10.14-r2.ebuild index a89eff2125cd..505371176272 100644 --- a/dev-ros/image_cb_detector/image_cb_detector-0.10.14-r1.ebuild +++ b/dev-ros/image_cb_detector/image_cb_detector-0.10.14-r2.ebuild @@ -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 @@ -24,7 +24,7 @@ RDEPEND=" dev-ros/roscpp dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] - dev-libs/boost:=[threads] + dev-libs/boost:=[threads(+)] " DEPEND="${RDEPEND} dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] diff --git a/dev-ros/image_cb_detector/image_cb_detector-9999.ebuild b/dev-ros/image_cb_detector/image_cb_detector-9999.ebuild index a89eff2125cd..505371176272 100644 --- a/dev-ros/image_cb_detector/image_cb_detector-9999.ebuild +++ b/dev-ros/image_cb_detector/image_cb_detector-9999.ebuild @@ -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 @@ -24,7 +24,7 @@ RDEPEND=" dev-ros/roscpp dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] - dev-libs/boost:=[threads] + dev-libs/boost:=[threads(+)] " DEPEND="${RDEPEND} dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] |