diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-20 23:33:28 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-20 23:33:28 +0000 |
commit | ab7cabb51dc833977b48f0b03afbdeccc42a9033 (patch) | |
tree | 0592ac1cbde157c4556d0bf8e2423c9a2a53dbf6 /profiles/base | |
parent | Made the ebuild call java-pkg_getjars with the proper argument format. (diff) | |
download | gentoo-2-ab7cabb51dc833977b48f0b03afbdeccc42a9033.tar.gz gentoo-2-ab7cabb51dc833977b48f0b03afbdeccc42a9033.tar.bz2 gentoo-2-ab7cabb51dc833977b48f0b03afbdeccc42a9033.zip |
As nobody complained, add ALSA_PCM_PLUGINS to USE_EXPAND.
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index b249445ceace..e15190a73e8c 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.28 2006/12/06 11:34:54 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.29 2006/12/20 23:33:28 flameeyes Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -10,7 +10,7 @@ FEATURES="autoconfig strict sfperms" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@gentoo.org. -USE_EXPAND="FOO2ZJS_DEVICES MISDN_CARDS FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ALSA_CARDS" +USE_EXPAND="FOO2ZJS_DEVICES MISDN_CARDS FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ALSA_CARDS ALSA_PCM_PLUGINS" # USE_EXPAND variables whose contents are not shown in package manager # output. Changes need discussion on gentoo-dev. |