Skip to content

Commit

Permalink
dev-ros/cpp_common: add missing := dep on console bridge
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
aballier committed Dec 28, 2017
1 parent 29639ea commit 9deb153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ SLOT="0"
IUSE=""

RDEPEND="
dev-libs/console_bridge
dev-libs/console_bridge:=
dev-libs/boost:=[threads]"
DEPEND="${RDEPEND}"
4 changes: 2 additions & 2 deletions dev-ros/cpp_common/cpp_common-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -14,6 +14,6 @@ SLOT="0"
IUSE=""

RDEPEND="
dev-libs/console_bridge
dev-libs/console_bridge:=
dev-libs/boost:=[threads]"
DEPEND="${RDEPEND}"

0 comments on commit 9deb153

Please sign in to comment.