Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285022 - >=media-sound/pulseaudio-0.9.17: QA notice: command not found: !use
Summary: >=media-sound/pulseaudio-0.9.17: QA notice: command not found: !use
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-14 22:57 UTC by Jonathan Callen (RETIRED)
Modified: 2009-09-22 14:04 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 Jonathan Callen (RETIRED) gentoo-dev 2009-09-14 22:57:32 UTC
In both the pulseaudio-0.9.17 and -0.9.17-r50 ebuilds, there is a line

    if use hal && !use udev; then

That needs to be

    if use hal && ! use udev; then

for bash to parse it properly.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-09-22 14:04:06 UTC
  22 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org>
  pulseaudio-0.9.17.ebuild, pulseaudio-0.9.17-r50.ebuild:
  Fix !use missing whitespace.