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 C861E1382C5 for ; Fri, 18 Jun 2021 19:18:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05D15E087E; Fri, 18 Jun 2021 19:18:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E4AC4E087E for ; Fri, 18 Jun 2021 19:18:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6A570340BC0 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 67D9D7C2 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: <1624043858.48414c56681ed0545aeb595ce7eb9e1733e230ab.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/fcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/fcl/fcl-0.5.0-r1.ebuild sci-libs/fcl/fcl-0.5.0.ebuild sci-libs/fcl/fcl-0.6.1-r1.ebuild sci-libs/fcl/fcl-0.6.1.ebuild sci-libs/fcl/fcl-9999.ebuild X-VCS-Directories: sci-libs/fcl/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 48414c56681ed0545aeb595ce7eb9e1733e230ab 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: 99c8b918-ab2c-4798-a63b-77c8ae22f228 X-Archives-Hash: d2c30dcd2a21b1ec929b2a418ff09bcb commit: 48414c56681ed0545aeb595ce7eb9e1733e230ab Author: David Seifert gentoo org> AuthorDate: Fri Jun 18 19:17:38 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jun 18 19:17:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48414c56 sci-libs/fcl: 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/fcl/{fcl-0.5.0.ebuild => fcl-0.5.0-r1.ebuild} | 4 ++-- sci-libs/fcl/{fcl-0.6.1.ebuild => fcl-0.6.1-r1.ebuild} | 6 +++--- sci-libs/fcl/fcl-9999.ebuild | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sci-libs/fcl/fcl-0.5.0.ebuild b/sci-libs/fcl/fcl-0.5.0-r1.ebuild similarity index 94% rename from sci-libs/fcl/fcl-0.5.0.ebuild rename to sci-libs/fcl/fcl-0.5.0-r1.ebuild index 746c037a13c..ed568a3218b 100644 --- a/sci-libs/fcl/fcl-0.5.0.ebuild +++ b/sci-libs/fcl/fcl-0.5.0-r1.ebuild @@ -25,9 +25,9 @@ SLOT="0" IUSE="cpu_flags_x86_sse" RDEPEND=" - sci-libs/octomap + sci-libs/octomap:= sci-libs/flann - dev-libs/boost:=[threads] + dev-libs/boost:=[threads(+)] sci-libs/libccd" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/sci-libs/fcl/fcl-0.6.1.ebuild b/sci-libs/fcl/fcl-0.6.1-r1.ebuild similarity index 94% rename from sci-libs/fcl/fcl-0.6.1.ebuild rename to sci-libs/fcl/fcl-0.6.1-r1.ebuild index 8c1a80c0eb3..5302b1fe59d 100644 --- a/sci-libs/fcl/fcl-0.6.1.ebuild +++ b/sci-libs/fcl/fcl-0.6.1-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 @@ -23,10 +23,10 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-cpp/eigen:3 - dev-libs/boost:=[threads] + dev-libs/boost:=[threads(+)] sci-libs/flann sci-libs/libccd[double-precision] - octomap? ( sci-libs/octomap ) + octomap? ( sci-libs/octomap:= ) " DEPEND="${RDEPEND} diff --git a/sci-libs/fcl/fcl-9999.ebuild b/sci-libs/fcl/fcl-9999.ebuild index fe367b10808..6d8c46a0c5c 100644 --- a/sci-libs/fcl/fcl-9999.ebuild +++ b/sci-libs/fcl/fcl-9999.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 @@ -23,10 +23,10 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-cpp/eigen:3 - dev-libs/boost:=[threads] + dev-libs/boost:=[threads(+)] sci-libs/flann sci-libs/libccd[double-precision] - octomap? ( sci-libs/octomap )" + octomap? ( sci-libs/octomap:= )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )