diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:55 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:55 +0200 |
commit | c9e876b70ea00c841cbfeb1592827f39c294ea20 (patch) | |
tree | c1f9eb0807c41351d706be39d371d26c75f74b3b /dev-ros/tf | |
parent | dev-ros/test_tf2: remove boost[threads(+)] usedep (diff) | |
download | gentoo-c9e876b70ea00c841cbfeb1592827f39c294ea20.tar.gz gentoo-c9e876b70ea00c841cbfeb1592827f39c294ea20.tar.bz2 gentoo-c9e876b70ea00c841cbfeb1592827f39c294ea20.zip |
dev-ros/tf: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ros/tf')
-rw-r--r-- | dev-ros/tf/tf-1.13.2-r4.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/tf/tf-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/tf/tf-1.13.2-r4.ebuild b/dev-ros/tf/tf-1.13.2-r4.ebuild index 550fa9b2c71b..77026fbea1aa 100644 --- a/dev-ros/tf/tf-1.13.2-r4.ebuild +++ b/dev-ros/tf/tf-1.13.2-r4.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/angles:0 dev-ros/message_filters dev-ros/rosconsole diff --git a/dev-ros/tf/tf-9999.ebuild b/dev-ros/tf/tf-9999.ebuild index 550fa9b2c71b..77026fbea1aa 100644 --- a/dev-ros/tf/tf-9999.ebuild +++ b/dev-ros/tf/tf-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/angles:0 dev-ros/message_filters dev-ros/rosconsole |