commit: 4c4cb6724d76fbb64fb6cae5bb14f79383670f4d Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed Mar 2 07:18:23 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> 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 <juippis <AT> 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="
