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 09343158086 for ; Fri, 29 Oct 2021 22:23:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14120E085A; Fri, 29 Oct 2021 22:23:21 +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 EFB69E085A for ; Fri, 29 Oct 2021 22:23:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4F9883433B5 for ; Fri, 29 Oct 2021 22:23:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3AEC19F for ; Fri, 29 Oct 2021 22:23:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635546164.bcb7597e32ea3a8dbe82dbcebca387b6133ad916.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/oce/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/oce/oce-0.18.3-r2.ebuild sci-libs/oce/oce-0.18.3-r3.ebuild X-VCS-Directories: sci-libs/oce/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bcb7597e32ea3a8dbe82dbcebca387b6133ad916 X-VCS-Branch: master Date: Fri, 29 Oct 2021 22:23: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: 5aa89f96-3215-46d8-8fbb-bdf6034f94f1 X-Archives-Hash: 31bc8ca90c186cec663b210c32042238 commit: bcb7597e32ea3a8dbe82dbcebca387b6133ad916 Author: Sam James gentoo org> AuthorDate: Fri Oct 29 22:17:30 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 29 22:22:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb7597e sci-libs/oce: add tbb subslot operator Signed-off-by: Sam James gentoo.org> sci-libs/oce/{oce-0.18.3-r2.ebuild => oce-0.18.3-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/oce/oce-0.18.3-r2.ebuild b/sci-libs/oce/oce-0.18.3-r3.ebuild similarity index 98% rename from sci-libs/oce/oce-0.18.3-r2.ebuild rename to sci-libs/oce/oce-0.18.3-r3.ebuild index d9c1053179f..532ed8f8dd5 100644 --- a/sci-libs/oce/oce-0.18.3-r2.ebuild +++ b/sci-libs/oce/oce-0.18.3-r3.ebuild @@ -28,7 +28,7 @@ DEPEND=" x11-libs/libXmu freeimage? ( media-libs/freeimage ) gl2ps? ( x11-libs/gl2ps ) - tbb? ( dev-cpp/tbb ) + tbb? ( dev-cpp/tbb:= ) vtk? ( =sci-libs/vtk-8*[boost,imaging,qt5,python,rendering,views] )" RDEPEND="${DEPEND}"