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/ViSP/
Date: Sun, 04 Sep 2022 12:23:12
Message-Id: 1662294157.b0c3346b4c0533db385167e9981fa9adfaebf19e.soap@gentoo
1 commit: b0c3346b4c0533db385167e9981fa9adfaebf19e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 12:22:37 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 12:22:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c3346b
7
8 sci-libs/ViSP: remove boost[threads(+)] usedep
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sci-libs/ViSP/ViSP-3.3.0-r1.ebuild | 4 ++--
13 sci-libs/ViSP/ViSP-3.5.0.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-libs/ViSP/ViSP-3.3.0-r1.ebuild b/sci-libs/ViSP/ViSP-3.3.0-r1.ebuild
17 index e13f4448c8f3..226001297981 100644
18 --- a/sci-libs/ViSP/ViSP-3.3.0-r1.ebuild
19 +++ b/sci-libs/ViSP/ViSP-3.3.0-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 @@ -32,7 +32,7 @@ COMMON_DEPEND="
27 motif? ( media-libs/SoXt )
28 ogre? (
29 dev-games/ogre[ois(+)]
30 - dev-libs/boost:=[threads(+)]
31 + dev-libs/boost:=
32 )
33 opencv? ( media-libs/opencv:=[contribdnn(+)] )
34 pcl? ( sci-libs/pcl:= )
35
36 diff --git a/sci-libs/ViSP/ViSP-3.5.0.ebuild b/sci-libs/ViSP/ViSP-3.5.0.ebuild
37 index 0dfc0c9751a2..4c38e5027c19 100644
38 --- a/sci-libs/ViSP/ViSP-3.5.0.ebuild
39 +++ b/sci-libs/ViSP/ViSP-3.5.0.ebuild
40 @@ -32,7 +32,7 @@ COMMON_DEPEND="
41 motif? ( media-libs/SoXt )
42 ogre? (
43 dev-games/ogre[ois(+)]
44 - dev-libs/boost:=[threads(+)]
45 + dev-libs/boost:=
46 )
47 opencv? ( media-libs/opencv:=[contribdnn(+)] )
48 pcl? ( sci-libs/pcl:= )