diff options
author | Sam James <sam@gentoo.org> | 2021-01-03 01:17:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-03 01:17:05 +0000 |
commit | c4482e0b7dc831261d5a3c26b51eb7f6d6bcc0b5 (patch) | |
tree | dca01a21e788a3bae3f3be00f218ce85bc8af40e /sci-physics/bullet | |
parent | sys-apps/debianutils: Stabilize 4.11.2 amd64, #762047 (diff) | |
download | gentoo-c4482e0b7dc831261d5a3c26b51eb7f6d6bcc0b5.tar.gz gentoo-c4482e0b7dc831261d5a3c26b51eb7f6d6bcc0b5.tar.bz2 gentoo-c4482e0b7dc831261d5a3c26b51eb7f6d6bcc0b5.zip |
sci-physics/bullet: Stabilize 3.07 amd64, #762059
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-physics/bullet')
-rw-r--r-- | sci-physics/bullet/bullet-3.07.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/bullet/bullet-3.07.ebuild b/sci-physics/bullet/bullet-3.07.ebuild index 0ba0a2d387cd..2dcd83c2cb53 100644 --- a/sci-physics/bullet/bullet-3.07.ebuild +++ b/sci-physics/bullet/bullet-3.07.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 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 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc double-precision examples openmp tbb test threads" REQUIRED_USE=" |