In ebuild file of the package media-libs/mlt-20051209 there is a really trivial error. In fact on line 48 there is a !use instead of ! use in the conditional expression. here the simple diff... 48c48 < if ! use quicktime || !use dv ; then myconf="${myconf} --disable-kino" --- > if ! use quicktime || ! use dv ; then myconf="${myconf} --disable-kino" this was my first post on bugzilla, so please excuse me if I did it in the wrong way... Wishmerhill
Fixed thanks