Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133089 - space missing in the ebuild file mlt-20051209.ebuild
Summary: space missing in the ebuild file mlt-20051209.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Gentoo Media-video project
URL: http://packages.gentoo.org/ebuilds/?m...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-12 00:27 UTC by wishmerhill
Modified: 2006-05-31 06:37 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 wishmerhill 2006-05-12 00:27:14 UTC
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
Comment 1 Luca Barbato gentoo-dev 2006-05-31 06:37:06 UTC
Fixed thanks