diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2016-01-11 18:11:25 -0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2016-01-11 18:13:10 -0200 |
commit | 5ceaefb92988719d2edfbc119bb1e0d40703ca5c (patch) | |
tree | 159d99bc45fa8fdf25a32a767fc541579eee4716 /sci-physics | |
parent | app-text/ronn: fix missing build dependencies, bug #571204 (diff) | |
download | gentoo-5ceaefb92988719d2edfbc119bb1e0d40703ca5c.tar.gz gentoo-5ceaefb92988719d2edfbc119bb1e0d40703ca5c.tar.bz2 gentoo-5ceaefb92988719d2edfbc119bb1e0d40703ca5c.zip |
sci-physics/bullet: mark 2.83.4 amd64/x86 stable
Package-Manager: portage-2.2.26
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/bullet/bullet-2.83.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/bullet/bullet-2.83.4.ebuild b/sci-physics/bullet/bullet-2.83.4.ebuild index c714c7226a8d..61deb4a4d06a 100644 --- a/sci-physics/bullet/bullet-2.83.4.ebuild +++ b/sci-physics/bullet/bullet-2.83.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://github.com/bulletphysics/bullet3/archive/${PV}.tar.gz -> ${P}.t LICENSE="ZLIB" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+bullet3 doc double-precision examples extras" RDEPEND=" |