diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-03-02 09:18:23 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-03-02 09:18:23 +0200 |
commit | 4c4cb6724d76fbb64fb6cae5bb14f79383670f4d (patch) | |
tree | be2597b971afb61a6c122981a3a678d8b190c98d /sci-physics | |
parent | www-client/chromium: stable channel bump to 99.0.4844.51 (diff) | |
download | gentoo-4c4cb6724d76fbb64fb6cae5bb14f79383670f4d.tar.gz gentoo-4c4cb6724d76fbb64fb6cae5bb14f79383670f4d.tar.bz2 gentoo-4c4cb6724d76fbb64fb6cae5bb14f79383670f4d.zip |
sci-physics/bullet: stabilize 3.17-r1 for x86
Bug: https://bugs.gentoo.org/828380
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/bullet/bullet-3.17-r1.ebuild | 4 |
1 files 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=" |