Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/fcl/
Date: Fri, 18 Jun 2021 19:18:26
Message-Id: 1624043858.48414c56681ed0545aeb595ce7eb9e1733e230ab.soap@gentoo
1 commit: 48414c56681ed0545aeb595ce7eb9e1733e230ab
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 18 19:17:38 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 18 19:17:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48414c56
7
8 sci-libs/fcl: Depend on dev-libs/boost:=[threads(+)]
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-libs/fcl/{fcl-0.5.0.ebuild => fcl-0.5.0-r1.ebuild} | 4 ++--
14 sci-libs/fcl/{fcl-0.6.1.ebuild => fcl-0.6.1-r1.ebuild} | 6 +++---
15 sci-libs/fcl/fcl-9999.ebuild | 6 +++---
16 3 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/sci-libs/fcl/fcl-0.5.0.ebuild b/sci-libs/fcl/fcl-0.5.0-r1.ebuild
19 similarity index 94%
20 rename from sci-libs/fcl/fcl-0.5.0.ebuild
21 rename to sci-libs/fcl/fcl-0.5.0-r1.ebuild
22 index 746c037a13c..ed568a3218b 100644
23 --- a/sci-libs/fcl/fcl-0.5.0.ebuild
24 +++ b/sci-libs/fcl/fcl-0.5.0-r1.ebuild
25 @@ -25,9 +25,9 @@ SLOT="0"
26 IUSE="cpu_flags_x86_sse"
27
28 RDEPEND="
29 - sci-libs/octomap
30 + sci-libs/octomap:=
31 sci-libs/flann
32 - dev-libs/boost:=[threads]
33 + dev-libs/boost:=[threads(+)]
34 sci-libs/libccd"
35 DEPEND="${RDEPEND}
36 virtual/pkgconfig"
37
38 diff --git a/sci-libs/fcl/fcl-0.6.1.ebuild b/sci-libs/fcl/fcl-0.6.1-r1.ebuild
39 similarity index 94%
40 rename from sci-libs/fcl/fcl-0.6.1.ebuild
41 rename to sci-libs/fcl/fcl-0.6.1-r1.ebuild
42 index 8c1a80c0eb3..5302b1fe59d 100644
43 --- a/sci-libs/fcl/fcl-0.6.1.ebuild
44 +++ b/sci-libs/fcl/fcl-0.6.1-r1.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2020 Gentoo Authors
47 +# Copyright 1999-2021 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=7
51 @@ -23,10 +23,10 @@ RESTRICT="!test? ( test )"
52
53 RDEPEND="
54 dev-cpp/eigen:3
55 - dev-libs/boost:=[threads]
56 + dev-libs/boost:=[threads(+)]
57 sci-libs/flann
58 sci-libs/libccd[double-precision]
59 - octomap? ( sci-libs/octomap )
60 + octomap? ( sci-libs/octomap:= )
61 "
62
63 DEPEND="${RDEPEND}
64
65 diff --git a/sci-libs/fcl/fcl-9999.ebuild b/sci-libs/fcl/fcl-9999.ebuild
66 index fe367b10808..6d8c46a0c5c 100644
67 --- a/sci-libs/fcl/fcl-9999.ebuild
68 +++ b/sci-libs/fcl/fcl-9999.ebuild
69 @@ -1,4 +1,4 @@
70 -# Copyright 1999-2020 Gentoo Authors
71 +# Copyright 1999-2021 Gentoo Authors
72 # Distributed under the terms of the GNU General Public License v2
73
74 EAPI=7
75 @@ -23,10 +23,10 @@ RESTRICT="!test? ( test )"
76
77 RDEPEND="
78 dev-cpp/eigen:3
79 - dev-libs/boost:=[threads]
80 + dev-libs/boost:=[threads(+)]
81 sci-libs/flann
82 sci-libs/libccd[double-precision]
83 - octomap? ( sci-libs/octomap )"
84 + octomap? ( sci-libs/octomap:= )"
85
86 DEPEND="${RDEPEND}
87 doc? ( app-doc/doxygen )