diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:43 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:43 +0200 |
commit | cce095cc3b3af45689f174efff6d24c2cefa9543 (patch) | |
tree | f6c7b9006e0e175b3ab9987cde8d40a845824b5f /dev-ros/rosconsole | |
parent | dev-ros/robot_pose_ekf: remove boost[threads(+)] usedep (diff) | |
download | gentoo-cce095cc3b3af45689f174efff6d24c2cefa9543.tar.gz gentoo-cce095cc3b3af45689f174efff6d24c2cefa9543.tar.bz2 gentoo-cce095cc3b3af45689f174efff6d24c2cefa9543.zip |
dev-ros/rosconsole: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ros/rosconsole')
-rw-r--r-- | dev-ros/rosconsole/rosconsole-1.14.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/rosconsole/rosconsole-1.14.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/rosconsole/rosconsole-1.14.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/rosconsole/rosconsole-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-ros/rosconsole/rosconsole-1.14.0-r1.ebuild b/dev-ros/rosconsole/rosconsole-1.14.0-r1.ebuild index 7b47ef8aa1cb..5671abddd8d6 100644 --- a/dev-ros/rosconsole/rosconsole-1.14.0-r1.ebuild +++ b/dev-ros/rosconsole/rosconsole-1.14.0-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 @@ -17,7 +17,7 @@ RDEPEND=" dev-ros/cpp_common dev-ros/rostime dev-ros/rosunit - dev-libs/boost:=[threads(+)] + dev-libs/boost:= log4cxx? ( dev-libs/log4cxx ) !log4cxx? ( glog? ( dev-cpp/glog ) ) " diff --git a/dev-ros/rosconsole/rosconsole-1.14.2-r1.ebuild b/dev-ros/rosconsole/rosconsole-1.14.2-r1.ebuild index 7b47ef8aa1cb..5671abddd8d6 100644 --- a/dev-ros/rosconsole/rosconsole-1.14.2-r1.ebuild +++ b/dev-ros/rosconsole/rosconsole-1.14.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 @@ -17,7 +17,7 @@ RDEPEND=" dev-ros/cpp_common dev-ros/rostime dev-ros/rosunit - dev-libs/boost:=[threads(+)] + dev-libs/boost:= log4cxx? ( dev-libs/log4cxx ) !log4cxx? ( glog? ( dev-cpp/glog ) ) " diff --git a/dev-ros/rosconsole/rosconsole-1.14.3-r1.ebuild b/dev-ros/rosconsole/rosconsole-1.14.3-r1.ebuild index 7b47ef8aa1cb..5671abddd8d6 100644 --- a/dev-ros/rosconsole/rosconsole-1.14.3-r1.ebuild +++ b/dev-ros/rosconsole/rosconsole-1.14.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 @@ -17,7 +17,7 @@ RDEPEND=" dev-ros/cpp_common dev-ros/rostime dev-ros/rosunit - dev-libs/boost:=[threads(+)] + dev-libs/boost:= log4cxx? ( dev-libs/log4cxx ) !log4cxx? ( glog? ( dev-cpp/glog ) ) " diff --git a/dev-ros/rosconsole/rosconsole-9999.ebuild b/dev-ros/rosconsole/rosconsole-9999.ebuild index 7b47ef8aa1cb..5671abddd8d6 100644 --- a/dev-ros/rosconsole/rosconsole-9999.ebuild +++ b/dev-ros/rosconsole/rosconsole-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 @@ -17,7 +17,7 @@ RDEPEND=" dev-ros/cpp_common dev-ros/rostime dev-ros/rosunit - dev-libs/boost:=[threads(+)] + dev-libs/boost:= log4cxx? ( dev-libs/log4cxx ) !log4cxx? ( glog? ( dev-cpp/glog ) ) " |