diff options
Diffstat (limited to 'profiles/cobalt-mips-1.4')
-rw-r--r-- | profiles/cobalt-mips-1.4/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/cobalt-mips-1.4/make.defaults b/profiles/cobalt-mips-1.4/make.defaults index bec40fd20321..ccdae0f91890 100644 --- a/profiles/cobalt-mips-1.4/make.defaults +++ b/profiles/cobalt-mips-1.4/make.defaults @@ -31,11 +31,11 @@ ACCEPT_KEYWORDS="mips" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@gentoo.org. Flat profiles also need to # be updated appropriately. -USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL LIBC" +USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config" CONFIG_PROTECT_MASK="/etc/gconf" USERLAND=GNU KERNEL=linux -LIBC=glibc +ELIBC=glibc |