diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-02-12 14:38:10 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-02-12 14:38:10 +0100 |
commit | ee36d75ca3875987a9e25e122c2b1176288c347e (patch) | |
tree | 1859831b7e943303af5ef8910f9c7cc158d8a247 /sci-physics | |
parent | dev-ros/map_server: Remove old (diff) | |
download | gentoo-ee36d75ca3875987a9e25e122c2b1176288c347e.tar.gz gentoo-ee36d75ca3875987a9e25e122c2b1176288c347e.tar.bz2 gentoo-ee36d75ca3875987a9e25e122c2b1176288c347e.zip |
sci-physics/bullet: keyword ~arm
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/bullet/bullet-2.86.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/bullet/bullet-2.86.ebuild b/sci-physics/bullet/bullet-2.86.ebuild index 3a22c4b3a915..5609217804ba 100644 --- a/sci-physics/bullet/bullet-2.86.ebuild +++ b/sci-physics/bullet/bullet-2.86.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/bulletphysics/bullet3/archive/${PV}.tar.gz -> ${P}.t LICENSE="ZLIB" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+bullet3 doc double-precision examples extras test" RDEPEND=" |