Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/navfn/
Date: Thu, 06 Oct 2016 13:47:18
Message-Id: 1475761625.7fb7c2de9a1feb64da1b115d8a1ff3839371827b.aballier@gentoo
1 commit: 7fb7c2de9a1feb64da1b115d8a1ff3839371827b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 6 13:42:01 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 6 13:47:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb7c2de
7
8 dev-ros/navfn: add missing dep on boost
9
10 Package-Manager: portage-2.3.1
11
12 dev-ros/navfn/{navfn-1.14.0.ebuild => navfn-1.14.0-r1.ebuild} | 1 +
13 dev-ros/navfn/navfn-9999.ebuild | 3 ++-
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-ros/navfn/navfn-1.14.0.ebuild b/dev-ros/navfn/navfn-1.14.0-r1.ebuild
17 similarity index 96%
18 rename from dev-ros/navfn/navfn-1.14.0.ebuild
19 rename to dev-ros/navfn/navfn-1.14.0-r1.ebuild
20 index aed266a..a570be0 100644
21 --- a/dev-ros/navfn/navfn-1.14.0.ebuild
22 +++ b/dev-ros/navfn/navfn-1.14.0-r1.ebuild
23 @@ -30,6 +30,7 @@ RDEPEND="
24 sci-libs/pcl
25 x11-libs/fltk
26 media-libs/netpbm
27 + dev-libs/boost:=[threads]
28 "
29 DEPEND="${RDEPEND}
30 test? ( dev-cpp/gtest )
31
32 diff --git a/dev-ros/navfn/navfn-9999.ebuild b/dev-ros/navfn/navfn-9999.ebuild
33 index 134e9c8..a570be0 100644
34 --- a/dev-ros/navfn/navfn-9999.ebuild
35 +++ b/dev-ros/navfn/navfn-9999.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2014 Gentoo Foundation
38 +# Copyright 1999-2016 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Id$
41
42 @@ -30,6 +30,7 @@ RDEPEND="
43 sci-libs/pcl
44 x11-libs/fltk
45 media-libs/netpbm
46 + dev-libs/boost:=[threads]
47 "
48 DEPEND="${RDEPEND}
49 test? ( dev-cpp/gtest )