diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-08-15 20:17:43 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-08-15 20:17:43 +0000 |
commit | 3e765b2e936b6adbc3f4ce607320e1109916c509 (patch) | |
tree | 2583ed3d59de50d55350c6aecfb277944ff051ed /profiles | |
parent | Initial commit wrt #279790, thanks to Jude Pereira for reporting. (diff) | |
download | historical-3e765b2e936b6adbc3f4ce607320e1109916c509.tar.gz historical-3e765b2e936b6adbc3f4ce607320e1109916c509.tar.bz2 historical-3e765b2e936b6adbc3f4ce607320e1109916c509.zip |
Remove FEATURES settings that are already included in make.globals for all supported portage versions (since at least portage-2.1.4.x).
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/base/make.defaults | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog index b6a2ec91482b..28cb6b8bab43 100644 --- a/profiles/base/ChangeLog +++ b/profiles/base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo base-profile # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.91 2009/08/12 16:41:00 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.92 2009/08/15 20:17:43 zmedico Exp $ + + 15 Aug 2009; Zac Medico <zmedico@gentoo.org> make.defaults: + Remove FEATURES settings that are already included in make.globals for + all supported portage versions (since at least portage-2.1.4.x). 12 Aug 2009; Ulrich Mueller <ulm@gentoo.org> use.defaults: Add gnuplot and skey to use.defaults. diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 9a895621da26..0dc9f14c76ea 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,13 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.44 2009/08/01 14:59:57 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.45 2009/08/15 20:17:43 zmedico Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage -# Turn on strict checking and smart filesystems permissions (man make.conf) -FEATURES="strict sfperms" - # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@gentoo.org. USE_EXPAND="APACHE2_MODULES APACHE2_MPMS 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 LCD_DEVICES CAMERAS NETBEANS_MODULES QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS SANE_BACKENDS" |