Summary: | sci-physics/bullet-2.79-r1 should DEPEND on media-libs/freeglut after all | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Julian Bayardo <yo> |
Component: | New packages | Assignee: | Gentoo Science Physics related packages <sci-physics> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | 10.0 | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | sci-physics/bullet-2.79-r1.ebuild GL/glut.h fix. |
Description
Julian Bayardo
2012-02-13 16:25:37 UTC
Comment on attachment 301791 [details]
sci-physics/bullet-2.79-r1.ebuild GL/glut.h fix.
--- bullet-2.79-r1.ebuild 2011-12-19 19:38:48.000000000 +0100
+++ - 2012-02-14 18:43:01.737222877 +0100
@@ -15,7 +15,8 @@
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 )
fixed. thanks! |