Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134980 - juk-3.5.2-r1 ebuild typo
Summary: juk-3.5.2-r1 ebuild typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-30 19:30 UTC by Dustin Howett
Modified: 2006-05-31 07:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to Fix (juk-3.5.2-akokde-fix.patch,383 bytes, patch)
2006-05-30 19:34 UTC, Dustin Howett
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dustin Howett 2006-05-30 19:30:03 UTC
in /usr/portage/kde-base/juk/juk-3.5.2-r1.ebuild, around line 43

        if ! use arts && ! use gstreamer ; then
                myconf="${myconf} --with-akokde"
        else
                if ! use akode ; then
                        # work around broken configure
                        export include_akode_ffmpeg_FALSE='#'
                        export include_akode_mpc_FALSE='#'
                        export include_akode_mpeg_FALSE='#'
                        export include_akode_xiph_FALSE='#'
                fi
                myconf="${myconf} $(use_with akode)"
        fi

is --with-akokde correct? not --with-akode?
Comment 1 Dustin Howett 2006-05-30 19:34:01 UTC
Created attachment 87935 [details, diff]
Patch to Fix
Comment 2 Gregorio Guidi (RETIRED) gentoo-dev 2006-05-31 07:54:33 UTC
Fixed, thanks.