diff options
author | 2017-12-28 18:40:31 +0100 | |
---|---|---|
committer | 2017-12-28 20:10:30 +0100 | |
commit | 9deb1535e4023d8a13125fe2271e7ce266842e66 (patch) | |
tree | 043102790dc0d214d07a0fd3a1f4154f582f75ab /dev-ros/cpp_common/cpp_common-9999.ebuild | |
parent | dev-ros/cpp_common: Remove old (diff) | |
download | gentoo-9deb1535e4023d8a13125fe2271e7ce266842e66.tar.gz gentoo-9deb1535e4023d8a13125fe2271e7ce266842e66.tar.bz2 gentoo-9deb1535e4023d8a13125fe2271e7ce266842e66.zip |
dev-ros/cpp_common: add missing := dep on console bridge
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ros/cpp_common/cpp_common-9999.ebuild')
-rw-r--r-- | dev-ros/cpp_common/cpp_common-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/cpp_common/cpp_common-9999.ebuild b/dev-ros/cpp_common/cpp_common-9999.ebuild index 918b198ee642..45cbd70c4812 100644 --- a/dev-ros/cpp_common/cpp_common-9999.ebuild +++ b/dev-ros/cpp_common/cpp_common-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,6 +14,6 @@ SLOT="0" IUSE="" RDEPEND=" - dev-libs/console_bridge + dev-libs/console_bridge:= dev-libs/boost:=[threads]" DEPEND="${RDEPEND}" |