Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144637 - sci-mathematics/yacas depends on media-libs/glut instead of virtual/glut
Summary: sci-mathematics/yacas depends on media-libs/glut instead of virtual/glut
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-21 06:25 UTC by John Keeping
Modified: 2006-11-13 20:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Keeping 2006-08-21 06:25:02 UTC
This causes problems with media-libs/freeglut, the below patch works for me.

--- yacas-1.0.61.ebuild 2006-07-16 13:32:49.000000000 +0100
+++ /usr/portage/sci-mathematics/yacas/yacas-1.0.61.ebuild      2006-04-18 05:07:45.000000000 +0100
@@ -16,7 +16,7 @@
 
 DEPEND="virtual/libc
        >=sys-apps/sed-4
-       glut? ( virtual/glut )
+       glut? ( media-libs/glut )
        www-client/lynx"
 
 src_unpack() {
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-21 07:35:26 UTC
The patch is reversed. ;)
Comment 2 Markus Dittrich (RETIRED) gentoo-dev 2006-11-13 20:10:50 UTC
Hi John,

Thanks for letting us know.
I've just committed yacas-1.0.62 which now depends on virtual/glut.

Best,
Markus