diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-16 17:31:03 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-16 17:31:03 +0000 |
commit | 53797ae2ea9ec1cb9c24dae3cea0df56ab8e7865 (patch) | |
tree | c48e29df7dfcc6c9e2195398cab5fbe5cdc4b6f1 /sci-physics/bullet | |
parent | virtual/glut -> media-libs/glut (diff) | |
download | gentoo-2-53797ae2ea9ec1cb9c24dae3cea0df56ab8e7865.tar.gz gentoo-2-53797ae2ea9ec1cb9c24dae3cea0df56ab8e7865.tar.bz2 gentoo-2-53797ae2ea9ec1cb9c24dae3cea0df56ab8e7865.zip |
virtual/glut -> media-libs/glut
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/bullet')
-rw-r--r-- | sci-physics/bullet/ChangeLog | 6 | ||||
-rw-r--r-- | sci-physics/bullet/bullet-2.76-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-physics/bullet/ChangeLog b/sci-physics/bullet/ChangeLog index f27ff5566d29..5f7830a14b4b 100644 --- a/sci-physics/bullet/ChangeLog +++ b/sci-physics/bullet/ChangeLog @@ -1,6 +1,10 @@ # 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.16 2010/06/29 18:00:08 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.17 2010/09/16 17:31:03 scarabeus Exp $ + + 16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> + bullet-2.76-r1.ebuild: + virtual/glut -> media-libs/glut 29 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> -bullet-2.75.ebuild: Remove old diff --git a/sci-physics/bullet/bullet-2.76-r1.ebuild b/sci-physics/bullet/bullet-2.76-r1.ebuild index 6c0df4390305..2c240d65be6b 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.3 2010/05/25 21:12:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.76-r1.ebuild,v 1.4 2010/09/16 17:31:03 scarabeus Exp $ EAPI=2 inherit eutils cmake-utils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="doc examples" -RDEPEND="virtual/glut" +RDEPEND="media-libs/freeglut" DEPEND="${RDEPEND}" src_configure() { |