diff options
Diffstat (limited to 'dev-ros/rosconsole/rosconsole-9999.ebuild')
-rw-r--r-- | dev-ros/rosconsole/rosconsole-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/rosconsole/rosconsole-9999.ebuild b/dev-ros/rosconsole/rosconsole-9999.ebuild index 76c9a71eb9d4..7b47ef8aa1cb 100644 --- a/dev-ros/rosconsole/rosconsole-9999.ebuild +++ b/dev-ros/rosconsole/rosconsole-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 @@ -17,7 +17,7 @@ RDEPEND=" dev-ros/cpp_common dev-ros/rostime dev-ros/rosunit - dev-libs/boost:=[threads] + dev-libs/boost:=[threads(+)] log4cxx? ( dev-libs/log4cxx ) !log4cxx? ( glog? ( dev-cpp/glog ) ) " |