diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-10-06 15:42:01 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-10-06 15:47:05 +0200 |
commit | 7fb7c2de9a1feb64da1b115d8a1ff3839371827b (patch) | |
tree | 0032dc7813fa5fa8d8cdf0acf6fd6b7329521d16 /dev-ros/navfn | |
parent | dev-ros/navfn: remove old (diff) | |
download | gentoo-7fb7c2de9a1feb64da1b115d8a1ff3839371827b.tar.gz gentoo-7fb7c2de9a1feb64da1b115d8a1ff3839371827b.tar.bz2 gentoo-7fb7c2de9a1feb64da1b115d8a1ff3839371827b.zip |
dev-ros/navfn: add missing dep on boost
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-ros/navfn')
-rw-r--r-- | dev-ros/navfn/navfn-1.14.0-r1.ebuild (renamed from dev-ros/navfn/navfn-1.14.0.ebuild) | 1 | ||||
-rw-r--r-- | dev-ros/navfn/navfn-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-ros/navfn/navfn-1.14.0.ebuild b/dev-ros/navfn/navfn-1.14.0-r1.ebuild index aed266a40880..a570be09eba7 100644 --- a/dev-ros/navfn/navfn-1.14.0.ebuild +++ b/dev-ros/navfn/navfn-1.14.0-r1.ebuild @@ -30,6 +30,7 @@ RDEPEND=" sci-libs/pcl x11-libs/fltk media-libs/netpbm + dev-libs/boost:=[threads] " DEPEND="${RDEPEND} test? ( dev-cpp/gtest ) diff --git a/dev-ros/navfn/navfn-9999.ebuild b/dev-ros/navfn/navfn-9999.ebuild index 134e9c8c59f5..a570be09eba7 100644 --- a/dev-ros/navfn/navfn-9999.ebuild +++ b/dev-ros/navfn/navfn-9999.ebuild @@ -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$ @@ -30,6 +30,7 @@ RDEPEND=" sci-libs/pcl x11-libs/fltk media-libs/netpbm + dev-libs/boost:=[threads] " DEPEND="${RDEPEND} test? ( dev-cpp/gtest ) |