From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98412158011 for ; Sun, 4 Sep 2022 12:23:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 539B0E07EA; Sun, 4 Sep 2022 12:23:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F29E4E07EA for ; Sun, 4 Sep 2022 12:23:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AA7A340EEC for ; Sun, 4 Sep 2022 12:23:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50D715C7 for ; Sun, 4 Sep 2022 12:23:07 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1662294157.b0c3346b4c0533db385167e9981fa9adfaebf19e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ViSP/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/ViSP/ViSP-3.3.0-r1.ebuild sci-libs/ViSP/ViSP-3.5.0.ebuild X-VCS-Directories: sci-libs/ViSP/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b0c3346b4c0533db385167e9981fa9adfaebf19e X-VCS-Branch: master Date: Sun, 4 Sep 2022 12:23:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d1e35194-b274-4452-b1ef-63b50e1f90f9 X-Archives-Hash: 81d2916270c31edeaa2cc02b4baf42a0 commit: b0c3346b4c0533db385167e9981fa9adfaebf19e Author: David Seifert gentoo org> AuthorDate: Sun Sep 4 12:22:37 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Sep 4 12:22:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c3346b sci-libs/ViSP: remove boost[threads(+)] usedep Signed-off-by: David Seifert gentoo.org> sci-libs/ViSP/ViSP-3.3.0-r1.ebuild | 4 ++-- sci-libs/ViSP/ViSP-3.5.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/ViSP/ViSP-3.3.0-r1.ebuild b/sci-libs/ViSP/ViSP-3.3.0-r1.ebuild index e13f4448c8f3..226001297981 100644 --- a/sci-libs/ViSP/ViSP-3.3.0-r1.ebuild +++ b/sci-libs/ViSP/ViSP-3.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,7 +32,7 @@ COMMON_DEPEND=" motif? ( media-libs/SoXt ) ogre? ( dev-games/ogre[ois(+)] - dev-libs/boost:=[threads(+)] + dev-libs/boost:= ) opencv? ( media-libs/opencv:=[contribdnn(+)] ) pcl? ( sci-libs/pcl:= ) diff --git a/sci-libs/ViSP/ViSP-3.5.0.ebuild b/sci-libs/ViSP/ViSP-3.5.0.ebuild index 0dfc0c9751a2..4c38e5027c19 100644 --- a/sci-libs/ViSP/ViSP-3.5.0.ebuild +++ b/sci-libs/ViSP/ViSP-3.5.0.ebuild @@ -32,7 +32,7 @@ COMMON_DEPEND=" motif? ( media-libs/SoXt ) ogre? ( dev-games/ogre[ois(+)] - dev-libs/boost:=[threads(+)] + dev-libs/boost:= ) opencv? ( media-libs/opencv:=[contribdnn(+)] ) pcl? ( sci-libs/pcl:= )