Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39990 - zsnes ebuild pulls in xfree
Summary: zsnes ebuild pulls in xfree
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-31 10:05 UTC by Stefan Sperling
Modified: 2004-01-31 15:18 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 Stefan Sperling 2004-01-31 10:05:20 UTC
zsnes-1.36.ebuild and zsnes-1.37_pre20041220.ebuild have an
unconditional dependancy on virtual/x11. 
But znes uses SDL, so it can run on X, fbcon, svgalib, ggi and aalib (but the latter looks silly ;).
Workaround: change the line saying 'virtual/x11' to 'X? (virtual/x11)'
I don't have X and zsnes works neatly on the framebuffer console.

Reproducible: Always
Steps to Reproduce:
1. don't have X installed
2. emerge -p zsnes
Comment 1 SpanKY gentoo-dev 2004-01-31 12:54:10 UTC
what if i change it so that the opengl USE will pull it in ?
opengl? ( virtual/opengl virtual/x11 )

that work for you ? :)
Comment 2 Stefan Sperling 2004-01-31 13:32:22 UTC
Well, if SDL can use X only with opengl I consider this a good move.
Else it's just inconsistent. Why not USE X directly?
Comment 3 SpanKY gentoo-dev 2004-01-31 15:18:55 UTC
well, it doesnt even need it

i've removed virtual/x11 from the DEPEND