diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-11-24 20:56:25 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-11-24 20:56:25 +0000 |
commit | aa2f4caf08edf063241c6720a5511bc189ac6398 (patch) | |
tree | aa4517de727ebf7aa28a5c4af961845c081ec289 /sci-physics/bullet | |
parent | import changes from Prefix overlay (diff) | |
download | gentoo-2-aa2f4caf08edf063241c6720a5511bc189ac6398.tar.gz gentoo-2-aa2f4caf08edf063241c6720a5511bc189ac6398.tar.bz2 gentoo-2-aa2f4caf08edf063241c6720a5511bc189ac6398.zip |
stable x86, bug 294438
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-physics/bullet')
-rw-r--r-- | sci-physics/bullet/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/bullet/bullet-2.75.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/bullet/ChangeLog b/sci-physics/bullet/ChangeLog index 461eb8e7ee7f..20bf8144f62f 100644 --- a/sci-physics/bullet/ChangeLog +++ b/sci-physics/bullet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/bullet # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.9 2009/11/23 02:07:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.10 2009/11/24 20:56:25 fauli Exp $ + + 24 Nov 2009; Christian Faulhammer <fauli@gentoo.org> bullet-2.75.ebuild: + stable x86, bug 294438 23 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org> -bullet-2.73-r1.ebuild, -bullet-2.74.ebuild, bullet-2.75.ebuild: diff --git a/sci-physics/bullet/bullet-2.75.ebuild b/sci-physics/bullet/bullet-2.75.ebuild index 4473fb1c674b..737a3d5fefc2 100644 --- a/sci-physics/bullet/bullet-2.75.ebuild +++ b/sci-physics/bullet/bullet-2.75.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.75.ebuild,v 1.2 2009/11/23 02:07:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.75.ebuild,v 1.3 2009/11/24 20:56:25 fauli Exp $ EAPI=2 inherit eutils cmake-utils @@ -11,7 +11,7 @@ SRC_URI="http://bullet.googlecode.com/files/${P}.tgz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="doc examples" RDEPEND="virtual/glut" |