Hi, Fails on build, broken ebuild, line 146 needs a trailing '\' I would submit a patch but this is too trivial, cant bring myself to do it :-) Cheers -Rob Reproducible: Always
Here you go? :-) --- hal-0.5.7.1-r3.ebuild 2007-01-18 15:36:19.000000000 +0100 +++ hal-0.5.7.1-r3.ebuild 2007-01-18 17:06:30.000000000 +0100 @@ -142,7 +142,7 @@ --with-doc-dir=/usr/share/doc/${PF} \ --with-os-type=gentoo \ --with-pid-file=/var/run/hald.pid \ - --with-hwdata=${hwdata} + --with-hwdata=${hwdata} \ --enable-hotplug-map \ $(use_enable debug verbose-mode) \ $(use_enable pcmcia pcmcia-support) \
FIXED