diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-25 21:12:53 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-25 21:12:53 +0000 |
commit | 3504506f3344b607c1b64820f8944334eea963bb (patch) | |
tree | 7f1fb6a8b8f1f783c3167c3f565f641ef274208e /sci-physics/bullet | |
parent | Version bump. (diff) | |
download | gentoo-2-3504506f3344b607c1b64820f8944334eea963bb.tar.gz gentoo-2-3504506f3344b607c1b64820f8944334eea963bb.tar.bz2 gentoo-2-3504506f3344b607c1b64820f8944334eea963bb.zip |
stable amd64, bug 318455
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/bullet')
-rw-r--r-- | sci-physics/bullet/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/bullet/bullet-2.76-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/bullet/ChangeLog b/sci-physics/bullet/ChangeLog index b48ab91230f1..5ae27b9a4337 100644 --- a/sci-physics/bullet/ChangeLog +++ b/sci-physics/bullet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/bullet # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.14 2010/05/10 13:40:35 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.15 2010/05/25 21:12:53 pacho Exp $ + + 25 May 2010; Pacho Ramos <pacho@gentoo.org> bullet-2.76-r1.ebuild: + stable amd64, bug 318455 10 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> bullet-2.76-r1.ebuild: diff --git a/sci-physics/bullet/bullet-2.76-r1.ebuild b/sci-physics/bullet/bullet-2.76-r1.ebuild index d0ba744afcfa..6c0df4390305 100644 --- a/sci-physics/bullet/bullet-2.76-r1.ebuild +++ b/sci-physics/bullet/bullet-2.76-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.76-r1.ebuild,v 1.2 2010/05/10 13:40:35 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.76-r1.ebuild,v 1.3 2010/05/25 21:12:53 pacho 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" |