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: Sun, 04 Sep 2022 12:23:12
Message-Id: 1662294154.600a89e8ebb47322fcf00cb18e58636e5e632c3b.soap@gentoo
1 commit: 600a89e8ebb47322fcf00cb18e58636e5e632c3b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 12:22:34 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 12:22:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=600a89e8
7
8 sci-libs/fcl: remove boost[threads(+)] usedep
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sci-libs/fcl/fcl-0.6.1-r1.ebuild | 4 ++--
13 sci-libs/fcl/fcl-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-libs/fcl/fcl-0.6.1-r1.ebuild b/sci-libs/fcl/fcl-0.6.1-r1.ebuild
17 index 5302b1fe59d9..3ec5f3be81fc 100644
18 --- a/sci-libs/fcl/fcl-0.6.1-r1.ebuild
19 +++ b/sci-libs/fcl/fcl-0.6.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -23,7 +23,7 @@ RESTRICT="!test? ( test )"
27
28 RDEPEND="
29 dev-cpp/eigen:3
30 - dev-libs/boost:=[threads(+)]
31 + dev-libs/boost:=
32 sci-libs/flann
33 sci-libs/libccd[double-precision]
34 octomap? ( sci-libs/octomap:= )
35
36 diff --git a/sci-libs/fcl/fcl-9999.ebuild b/sci-libs/fcl/fcl-9999.ebuild
37 index 6d8c46a0c5cd..a948d33b7591 100644
38 --- a/sci-libs/fcl/fcl-9999.ebuild
39 +++ b/sci-libs/fcl/fcl-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -23,7 +23,7 @@ RESTRICT="!test? ( test )"
47
48 RDEPEND="
49 dev-cpp/eigen:3
50 - dev-libs/boost:=[threads(+)]
51 + dev-libs/boost:=
52 sci-libs/flann
53 sci-libs/libccd[double-precision]
54 octomap? ( sci-libs/octomap:= )"