diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:57 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:57 +0200 |
commit | 7c700ad92ebed3e603ce6c342135d0b6df11ee8b (patch) | |
tree | b4ca5f4f1ec6acb51140d545893c7cf8b0eddc2e /dev-ros/tf2 | |
parent | dev-ros/tf: remove boost[threads(+)] usedep (diff) | |
download | gentoo-7c700ad92ebed3e603ce6c342135d0b6df11ee8b.tar.gz gentoo-7c700ad92ebed3e603ce6c342135d0b6df11ee8b.tar.bz2 gentoo-7c700ad92ebed3e603ce6c342135d0b6df11ee8b.zip |
dev-ros/tf2: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ros/tf2')
-rw-r--r-- | dev-ros/tf2/tf2-0.7.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/tf2/tf2-0.7.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/tf2/tf2-0.7.5-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/tf2/tf2-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-ros/tf2/tf2-0.7.2-r1.ebuild b/dev-ros/tf2/tf2-0.7.2-r1.ebuild index 0b883ce9acf3..401a57c0c955 100644 --- a/dev-ros/tf2/tf2-0.7.2-r1.ebuild +++ b/dev-ros/tf2/tf2-0.7.2-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 @@ -16,7 +16,7 @@ IUSE="" RDEPEND=" dev-libs/console_bridge:= dev-ros/rostime - dev-libs/boost:=[threads(+)] + dev-libs/boost:= " DEPEND="${RDEPEND} dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] diff --git a/dev-ros/tf2/tf2-0.7.3-r1.ebuild b/dev-ros/tf2/tf2-0.7.3-r1.ebuild index 0b883ce9acf3..401a57c0c955 100644 --- a/dev-ros/tf2/tf2-0.7.3-r1.ebuild +++ b/dev-ros/tf2/tf2-0.7.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 @@ -16,7 +16,7 @@ IUSE="" RDEPEND=" dev-libs/console_bridge:= dev-ros/rostime - dev-libs/boost:=[threads(+)] + dev-libs/boost:= " DEPEND="${RDEPEND} dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] diff --git a/dev-ros/tf2/tf2-0.7.5-r1.ebuild b/dev-ros/tf2/tf2-0.7.5-r1.ebuild index 0b883ce9acf3..401a57c0c955 100644 --- a/dev-ros/tf2/tf2-0.7.5-r1.ebuild +++ b/dev-ros/tf2/tf2-0.7.5-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 @@ -16,7 +16,7 @@ IUSE="" RDEPEND=" dev-libs/console_bridge:= dev-ros/rostime - dev-libs/boost:=[threads(+)] + dev-libs/boost:= " DEPEND="${RDEPEND} dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] diff --git a/dev-ros/tf2/tf2-9999.ebuild b/dev-ros/tf2/tf2-9999.ebuild index 0b883ce9acf3..401a57c0c955 100644 --- a/dev-ros/tf2/tf2-9999.ebuild +++ b/dev-ros/tf2/tf2-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 @@ -16,7 +16,7 @@ IUSE="" RDEPEND=" dev-libs/console_bridge:= dev-ros/rostime - dev-libs/boost:=[threads(+)] + dev-libs/boost:= " DEPEND="${RDEPEND} dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] |