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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 053D41382C5 for ; Fri, 18 Jun 2021 19:18:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72C27E0877; Fri, 18 Jun 2021 19:18:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 431BFE0877 for ; Fri, 18 Jun 2021 19:18:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40E9E340B9E for ; Fri, 18 Jun 2021 19:18:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D19A7C4 for ; Fri, 18 Jun 2021 19:18:16 +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: <1624043865.86c463cf2143153fa72a57b899fc4f3854465339.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.3.0.ebuild X-VCS-Directories: sci-libs/ViSP/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 86c463cf2143153fa72a57b899fc4f3854465339 X-VCS-Branch: master Date: Fri, 18 Jun 2021 19:18:16 +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: 5546830b-d764-45f0-a038-04b1f1e3a554 X-Archives-Hash: ab9d8592924a271bc7c569d00a474650 commit: 86c463cf2143153fa72a57b899fc4f3854465339 Author: David Seifert gentoo org> AuthorDate: Fri Jun 18 19:17:45 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jun 18 19:17:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c463cf sci-libs/ViSP: Depend on dev-libs/boost:=[threads(+)] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> sci-libs/ViSP/{ViSP-3.3.0.ebuild => ViSP-3.3.0-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/ViSP/ViSP-3.3.0.ebuild b/sci-libs/ViSP/ViSP-3.3.0-r1.ebuild similarity index 96% rename from sci-libs/ViSP/ViSP-3.3.0.ebuild rename to sci-libs/ViSP/ViSP-3.3.0-r1.ebuild index 371f228d24b..e13f4448c8f 100644 --- a/sci-libs/ViSP/ViSP-3.3.0.ebuild +++ b/sci-libs/ViSP/ViSP-3.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,13 +26,13 @@ COMMON_DEPEND=" virtual/opengl ) dmtx? ( media-libs/libdmtx ) - gsl? ( sci-libs/gsl ) + gsl? ( sci-libs/gsl:= ) ieee1394? ( media-libs/libdc1394:2= ) jpeg? ( virtual/jpeg:0 ) motif? ( media-libs/SoXt ) ogre? ( dev-games/ogre[ois(+)] - dev-libs/boost:=[threads] + dev-libs/boost:=[threads(+)] ) opencv? ( media-libs/opencv:=[contribdnn(+)] ) pcl? ( sci-libs/pcl:= )