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 AE094158086 for ; Fri, 29 Oct 2021 22:23:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43EA8E087C; Fri, 29 Oct 2021 22:23:22 +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 28126E087C for ; Fri, 29 Oct 2021 22:23:22 +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 B91393433C1 for ; Fri, 29 Oct 2021 22:23:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FFD41AE for ; Fri, 29 Oct 2021 22:23:17 +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: <1635546170.47562ef0d4e004c97e5a7e24a726f77fc9cbea25.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/bullet/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/bullet/bullet-3.07-r1.ebuild sci-physics/bullet/bullet-3.07.ebuild sci-physics/bullet/bullet-3.08-r1.ebuild sci-physics/bullet/bullet-3.08.ebuild sci-physics/bullet/bullet-3.17-r1.ebuild sci-physics/bullet/bullet-3.17.ebuild X-VCS-Directories: sci-physics/bullet/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 47562ef0d4e004c97e5a7e24a726f77fc9cbea25 X-VCS-Branch: master Date: Fri, 29 Oct 2021 22:23:17 +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: 37392106-c78a-41c9-a74b-178a912661ea X-Archives-Hash: 901432b179a8fc82f623723da22b2012 commit: 47562ef0d4e004c97e5a7e24a726f77fc9cbea25 Author: Sam James gentoo org> AuthorDate: Fri Oct 29 22:20:51 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 29 22:22:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47562ef0 sci-physics/bullet: add tbb subslot operator Signed-off-by: Sam James gentoo.org> sci-physics/bullet/{bullet-3.07.ebuild => bullet-3.07-r1.ebuild} | 2 +- sci-physics/bullet/{bullet-3.08.ebuild => bullet-3.08-r1.ebuild} | 2 +- sci-physics/bullet/{bullet-3.17.ebuild => bullet-3.17-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-physics/bullet/bullet-3.07.ebuild b/sci-physics/bullet/bullet-3.07-r1.ebuild similarity index 98% rename from sci-physics/bullet/bullet-3.07.ebuild rename to sci-physics/bullet/bullet-3.07-r1.ebuild index 2bdb63b430a..900336005b3 100644 --- a/sci-physics/bullet/bullet-3.07.ebuild +++ b/sci-physics/bullet/bullet-3.07-r1.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE=" RDEPEND=" virtual/opengl media-libs/freeglut - tbb? ( dev-cpp/tbb ) + tbb? ( dev-cpp/tbb:= ) " DEPEND="${RDEPEND}" BDEPEND="doc? ( app-doc/doxygen[dot] )" diff --git a/sci-physics/bullet/bullet-3.08.ebuild b/sci-physics/bullet/bullet-3.08-r1.ebuild similarity index 98% rename from sci-physics/bullet/bullet-3.08.ebuild rename to sci-physics/bullet/bullet-3.08-r1.ebuild index 255f3af6bc8..0ad7a8cf0ae 100644 --- a/sci-physics/bullet/bullet-3.08.ebuild +++ b/sci-physics/bullet/bullet-3.08-r1.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE=" RDEPEND=" virtual/opengl media-libs/freeglut - tbb? ( dev-cpp/tbb ) + tbb? ( dev-cpp/tbb:= ) " DEPEND="${RDEPEND}" BDEPEND="doc? ( app-doc/doxygen[dot] )" diff --git a/sci-physics/bullet/bullet-3.17.ebuild b/sci-physics/bullet/bullet-3.17-r1.ebuild similarity index 98% rename from sci-physics/bullet/bullet-3.17.ebuild rename to sci-physics/bullet/bullet-3.17-r1.ebuild index 3b3f47ca007..6d0e4f2ea30 100644 --- a/sci-physics/bullet/bullet-3.17.ebuild +++ b/sci-physics/bullet/bullet-3.17-r1.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE=" RDEPEND=" virtual/opengl media-libs/freeglut - tbb? ( dev-cpp/tbb ) + tbb? ( dev-cpp/tbb:= ) " DEPEND="${RDEPEND}" BDEPEND="doc? ( app-doc/doxygen[dot] )"