dev-ros/rosconsole_bridge: add missing := dep on console_bridge

Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Alexis Ballier
2017-12-28 17:50:52 +01:00
parent e796e98d6a
commit 8aae414737
2 changed files with 3 additions and 3 deletions

View File

@@ -12,6 +12,6 @@ LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="dev-libs/console_bridge
RDEPEND="dev-libs/console_bridge:=
dev-ros/rosconsole"
DEPEND="${RDEPEND}"

View File

@@ -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
@@ -12,6 +12,6 @@ LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="dev-libs/console_bridge
RDEPEND="dev-libs/console_bridge:=
dev-ros/rosconsole"
DEPEND="${RDEPEND}"