Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93313 - "3dnowex" USE flag renamed to "3dnowext" & not masked for non-x86 profiles
Summary: "3dnowex" USE flag renamed to "3dnowext" & not masked for non-x86 profiles
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: Low minor (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-20 03:17 UTC by Peter Schloemer
Modified: 2005-05-20 05:56 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 Peter Schloemer 2005-05-20 03:17:48 UTC
mplayer, as far as I can tell the only package that used the "3dnowex" flag, actually now has a USE flag "3dnowext". The ChangeLog for the mplayer package shows this was renamed for all mplayer versions on 16 April 2005 (mplayer-1.0_pre6-r2 was changed on 22 March).

The flag was, however, not renamed in the use.mask files for non-x86 profiles, i.e. 'USE="3dnowext" emerge mplayer' actually tries to compile mplayer with 3dnowext support.

In addition to renaming, some profiles - a simple grep in /usr/portage/profiles reveals at least alpha, bsd, mips, sparc and sparc64 - do not even mask "3dnowex".
Comment 1 Peter Schloemer 2005-05-20 03:19:30 UTC
Sorry, one sentence there is incomplete:

... 'USE="3dnowext" emerge mplayer' actually tries to compile mplayer with
3dnowext support ON MY SPARC64 MACHINE.
Comment 2 Luca Barbato gentoo-dev 2005-05-20 04:48:13 UTC
thanks for the notice
Comment 3 Luca Barbato gentoo-dev 2005-05-20 05:56:47 UTC
fixed now.

the useflag mask is done by masking globally and unmasking when needed.