Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127612 - Adding ALSA_CARDS to USE_EXPAND
Summary: Adding ALSA_CARDS to USE_EXPAND
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-26 02:46 UTC by Petteri Räty (RETIRED)
Modified: 2006-03-26 05:09 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 Petteri Räty (RETIRED) gentoo-dev 2006-03-26 02:46:10 UTC
With USE_EXPAND in portage-2.1* you get the following output for for example VIDEO_CARD and INPUT_DEVICES:

betelgeuse@pena /usr/portage/media-sound/alsa-driver $ emerge -pv xorg-x11

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-base/xorg-x11-7.0-r1  USE="-3dfx" INPUT_DEVICES="keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen -jamstudio -joystick -magellan -magictouch -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom" VIDEO_CARDS="nvidia -apm -ark -ati -chips -cirrus -cyrix -dummy -fbdev -fglrx -glint -i128 -i740 -i810 -imstt -mga -neomagic -nsc -nv -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb -tdfx -tga -trident -tseng -v4l -vesa -vga -via -vmware -voodoo" 0 kB

Total size of downloads: 0 kB

It would be nice to have the same listing for ALSA_CARDS. This can be done by adding the drivers in the form alsa_cards_driver to IUSE and ALSA_CARDS to USE_EXPAND in profiles/make.defaults.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-26 05:09:50 UTC
Not feasible right now, as ALSA_CARDS is not used as a collection of useflags, but it's used as a variable by itself.