diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-25 10:54:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-25 10:54:04 +0000 |
commit | 2999880e22f41e79581da950cb4ce25e3a9e771d (patch) | |
tree | fb3e587d6a00167024cde0d15ca08abae4d8fd5c /sci-physics | |
parent | Add missing quotes for tc-getXX functions to avoid problems with cross-compil... (diff) | |
download | gentoo-2-2999880e22f41e79581da950cb4ce25e3a9e771d.tar.gz gentoo-2-2999880e22f41e79581da950cb4ce25e3a9e771d.tar.bz2 gentoo-2-2999880e22f41e79581da950cb4ce25e3a9e771d.zip |
Stable for amd64, wrt bug #436568
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/bullet/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/bullet/bullet-2.80.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/bullet/ChangeLog b/sci-physics/bullet/ChangeLog index cc7d917842fd..bc599ab231d3 100644 --- a/sci-physics/bullet/ChangeLog +++ b/sci-physics/bullet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/bullet # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.30 2012/09/29 14:14:30 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.31 2012/11/25 10:54:04 ago Exp $ + + 25 Nov 2012; <ago@gentoo.org> bullet-2.80.ebuild: + Stable for amd64, wrt bug #436568 29 Sep 2012; Anthony G. Basile <blueness@gentoo.org> bullet-2.80.ebuild: keyword ~ppc64, bug #436566 diff --git a/sci-physics/bullet/bullet-2.80.ebuild b/sci-physics/bullet/bullet-2.80.ebuild index 7e2d031d15dd..8df742617317 100644 --- a/sci-physics/bullet/bullet-2.80.ebuild +++ b/sci-physics/bullet/bullet-2.80.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.80.ebuild,v 1.4 2012/09/29 14:14:30 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.80.ebuild,v 1.5 2012/11/25 10:54:04 ago Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="http://bullet.googlecode.com/files/${MYP}.tgz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc double-precision examples extras" RDEPEND="virtual/opengl |