diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-02 00:59:43 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-02 00:59:43 +0000 |
commit | e9abce779ee47f37865e03ccbaca1512d47aca67 (patch) | |
tree | f6e026c42db261e7b23037785d503387b5575139 /profiles/base | |
parent | Unleash KDE 3.5.3 split, now almost fully tested, should be fine. Enjoy. (diff) | |
download | gentoo-2-e9abce779ee47f37865e03ccbaca1512d47aca67.tar.gz gentoo-2-e9abce779ee47f37865e03ccbaca1512d47aca67.tar.bz2 gentoo-2-e9abce779ee47f37865e03ccbaca1512d47aca67.zip |
Revert to 1.17, damn bash events.
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 e64536c1e264..f35071cae7aa 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.18 2006/06/02 00:56:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.19 2006/06/02 00:59:43 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="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC SANE_BACKENDS" +USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/gconf" |