diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 18:40:31 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 20:10:30 +0100 |
commit | 9deb1535e4023d8a13125fe2271e7ce266842e66 (patch) | |
tree | 043102790dc0d214d07a0fd3a1f4154f582f75ab /dev-ros/cpp_common | |
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')
-rw-r--r-- | dev-ros/cpp_common/cpp_common-0.6.7-r1.ebuild (renamed from dev-ros/cpp_common/cpp_common-0.6.7.ebuild) | 2 | ||||
-rw-r--r-- | dev-ros/cpp_common/cpp_common-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ros/cpp_common/cpp_common-0.6.7.ebuild b/dev-ros/cpp_common/cpp_common-0.6.7-r1.ebuild index 5cded8ee8d8d..45cbd70c4812 100644 --- a/dev-ros/cpp_common/cpp_common-0.6.7.ebuild +++ b/dev-ros/cpp_common/cpp_common-0.6.7-r1.ebuild @@ -14,6 +14,6 @@ SLOT="0" IUSE="" RDEPEND=" - dev-libs/console_bridge + dev-libs/console_bridge:= dev-libs/boost:=[threads]" DEPEND="${RDEPEND}" 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}" |