summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-02-27 02:02:56 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-02-27 02:02:56 +0000
commitdece0edbff94c014e5ebde4cb821c252195e50c0 (patch)
tree0458565d572cb8add90d6c424e26274fc29aa775 /sci-physics
parentUse --[s]bindir instead of --[s]bin. (diff)
downloadgentoo-2-dece0edbff94c014e5ebde4cb821c252195e50c0.tar.gz
gentoo-2-dece0edbff94c014e5ebde4cb821c252195e50c0.tar.bz2
gentoo-2-dece0edbff94c014e5ebde4cb821c252195e50c0.zip
Add dependence on media-libs/freeglut, thanks Julian Bayardo bug #403433
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/bullet/ChangeLog7
-rw-r--r--sci-physics/bullet/bullet-2.79-r1.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-physics/bullet/ChangeLog b/sci-physics/bullet/ChangeLog
index 7d427a1e4564..b8114b26f7ea 100644
--- a/sci-physics/bullet/ChangeLog
+++ b/sci-physics/bullet/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-physics/bullet
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.25 2011/12/19 18:38:48 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.26 2012/02/27 02:02:56 bicatali Exp $
+
+ 27 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org> bullet-2.79-r1.ebuild:
+ Add dependence on media-libs/freeglut, thanks Julian Bayardo bug #403433
*bullet-2.79-r1 (19 Dec 2011)
diff --git a/sci-physics/bullet/bullet-2.79-r1.ebuild b/sci-physics/bullet/bullet-2.79-r1.ebuild
index 7c8c4cfb6d74..c2bd181c1683 100644
--- a/sci-physics/bullet/bullet-2.79-r1.ebuild
+++ b/sci-physics/bullet/bullet-2.79-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.79-r1.ebuild,v 1.1 2011/12/19 18:38:48 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.79-r1.ebuild,v 1.2 2012/02/27 02:02:56 bicatali Exp $
EAPI=4
@@ -15,7 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE="doc double-precision examples extras"
-RDEPEND="virtual/opengl"
+RDEPEND="virtual/opengl
+ media-libs/freeglut"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${PN}-2.78-soversion.patch )