Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77384 - Syntax error in the xmame 0.89 ebuild
Summary: Syntax error in the xmame 0.89 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-10 08:21 UTC by kaouete
Modified: 2005-01-10 13:20 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 kaouete 2005-01-10 08:21:34 UTC
line 176 there is :
if [ ${PN} == "xmame" ; then
i think it should be :
if [ ${PN} == "xmame" ]; then

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2005-01-10 13:20:32 UTC
fixed in cvs, thanks