Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91719 - typo in qemu-0.7.0.ebuild
Summary: typo in qemu-0.7.0.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-06 10:50 UTC by Sok Ann Yap
Modified: 2005-05-07 03:52 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 Sok Ann Yap 2005-05-06 10:50:42 UTC
qemu-0.7.0.ebuild has a typo on line 121 -- it should be "if use !softmmu" instead of "if use ! softmmu".

Reproducible: Always
Steps to Reproduce:
Comment 1 Luca Barbato gentoo-dev 2005-05-06 11:23:11 UTC
That is a valid usage, I'll change them to "! use useflag" since is nicer for style.
Thanks anyway for pointing out.
Comment 2 Sok Ann Yap 2005-05-06 17:32:02 UTC
Thanks for the quick response, but are you sure that it is a valid usage? On my machine, it results in "QA Notice: USE Flag '' not in IUSE" and the warning message is still printed even though I have softmmu in my USE flags.
Comment 3 Luca Barbato gentoo-dev 2005-05-07 02:22:28 UTC
I'll double check why that message appear in the mean time I'll move to the style "! use foo"
Comment 4 Luca Barbato gentoo-dev 2005-05-07 03:52:34 UTC
fixed