Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 241446 - sci-mathematics/wxmaxima-0.7.6: use_unicode: command not found
Summary: sci-mathematics/wxmaxima-0.7.6: use_unicode: command not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-11 21:16 UTC by Matthias Schwarzott
Modified: 2008-10-12 11:07 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 Matthias Schwarzott gentoo-dev 2008-10-11 21:16:35 UTC
sci-mathematics/wxmaxima-0.7.6 tries to call "use_unicode", I guess this should be "use unicode".

src_configure() {
    econf \
        --enable-dnd \
        --enable-printing \
        --with-wx-config=${WX_CONFIG} \
        $(use_unicode unicode-glyphs)
}
Comment 1 Markus Dittrich (RETIRED) gentoo-dev 2008-10-12 11:07:49 UTC
Hi Matthias,

Thank you very much for the note and good catch!
It should actually be

$(use_enable unicode unicode-glyphs)

I've fixed this in portage cvs.

Best,
Markus