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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD85415808B for ; Wed, 2 Mar 2022 07:19:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A836B2BC01A; Wed, 2 Mar 2022 07:19:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 606B32BC01A for ; Wed, 2 Mar 2022 07:19:56 +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 8E96E3436AC for ; Wed, 2 Mar 2022 07:19:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41AB31F1 for ; Wed, 2 Mar 2022 07:19:54 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1646205503.4c4cb6724d76fbb64fb6cae5bb14f79383670f4d.juippis@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.17-r1.ebuild X-VCS-Directories: sci-physics/bullet/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 4c4cb6724d76fbb64fb6cae5bb14f79383670f4d X-VCS-Branch: master Date: Wed, 2 Mar 2022 07:19:54 +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: 5f92081d-c7d8-4cf4-bdb9-f8f9b6db10e2 X-Archives-Hash: 1ec7986bd79f70fe451664875096cc49 commit: 4c4cb6724d76fbb64fb6cae5bb14f79383670f4d Author: Joonas Niilola gentoo org> AuthorDate: Wed Mar 2 07:18:23 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Mar 2 07:18:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4cb672 sci-physics/bullet: stabilize 3.17-r1 for x86 Bug: https://bugs.gentoo.org/828380 Signed-off-by: Joonas Niilola gentoo.org> sci-physics/bullet/bullet-3.17-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-physics/bullet/bullet-3.17-r1.ebuild b/sci-physics/bullet/bullet-3.17-r1.ebuild index 5c1db84f1499..4a2d9dd0a560 100644 --- a/sci-physics/bullet/bullet-3.17-r1.ebuild +++ b/sci-physics/bullet/bullet-3.17-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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/bulletphysics/bullet3/archive/${PV}.tar.gz -> ${P}.t LICENSE="ZLIB" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="doc double-precision examples extras openmp tbb test +threads" REQUIRED_USE="