Skip to content

Commit

Permalink
dev-ros/navfn: add missing dep on boost
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.1
  • Loading branch information
aballier committed Oct 6, 2016
1 parent 3b83500 commit 7fb7c2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RDEPEND="
sci-libs/pcl
x11-libs/fltk
media-libs/netpbm
dev-libs/boost:=[threads]
"
DEPEND="${RDEPEND}
test? ( dev-cpp/gtest )
Expand Down
3 changes: 2 additions & 1 deletion dev-ros/navfn/navfn-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -30,6 +30,7 @@ RDEPEND="
sci-libs/pcl
x11-libs/fltk
media-libs/netpbm
dev-libs/boost:=[threads]
"
DEPEND="${RDEPEND}
test? ( dev-cpp/gtest )
Expand Down

0 comments on commit 7fb7c2d

Please sign in to comment.