diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-07-25 19:28:17 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-07-25 19:28:17 +0000 |
commit | 62e49d61e9ba9e8dc8744e7badd72e8aba1f93df (patch) | |
tree | eb5d0c4e3b0629614a138845f8a094dea66aa165 /profiles | |
parent | 2.1.1_pre3-r5 release. This fixes bugs #116955, #126748, and #141643. (diff) | |
download | gentoo-2-62e49d61e9ba9e8dc8744e7badd72e8aba1f93df.tar.gz gentoo-2-62e49d61e9ba9e8dc8744e7badd72e8aba1f93df.tar.bz2 gentoo-2-62e49d61e9ba9e8dc8744e7badd72e8aba1f93df.zip |
Removing the suggested USE flags from the desktop profile, as discussed on gentoo-dev mailing list. This brings us in sync with the USE flag set used to build the LiveCD.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/x86/ChangeLog | 8 | ||||
-rw-r--r-- | profiles/default-linux/x86/dev/2006.1/desktop/make.defaults | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/profiles/default-linux/x86/ChangeLog b/profiles/default-linux/x86/ChangeLog index ff2eef17b454..4e2def29795b 100644 --- a/profiles/default-linux/x86/ChangeLog +++ b/profiles/default-linux/x86/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for Gentoo/x86 profile directory # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/ChangeLog,v 1.6 2006/07/06 20:53:24 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/ChangeLog,v 1.7 2006/07/25 19:28:17 wolf31o2 Exp $ + + 25 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> + dev/2006.1/desktop/make.defaults: + Removing the suggested USE flags from the desktop profile, as discussed on + gentoo-dev mailing list. This brings us in sync with the USE flag set used + to build the LiveCD. 06 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> no-nptl/2.4/use.mask: I forgot to add input_devices_evdev to use.mask, so adding it now. diff --git a/profiles/default-linux/x86/dev/2006.1/desktop/make.defaults b/profiles/default-linux/x86/dev/2006.1/desktop/make.defaults index c3d38544e82f..193772c29e26 100644 --- a/profiles/default-linux/x86/dev/2006.1/desktop/make.defaults +++ b/profiles/default-linux/x86/dev/2006.1/desktop/make.defaults @@ -1,11 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.1/desktop/make.defaults,v 1.10 2006/06/27 15:26:22 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.1/desktop/make.defaults,v 1.11 2006/07/25 19:28:17 wolf31o2 Exp $ # This will be commented and replaced with just STAGE1_USE="unicode" if we do # not end up with a stable glibc 2.4 by 2006.1's release. STAGE1_USE="nptl nptlonly unicode" USE="alsa arts avi cairo cdr dbus dvd dvdr eds emboss encode esd fam firefox gif gnome gpm gstreamer gtk hal jpeg kde ldap mad mikmod mp3 mpeg ogg opengl oss pdflib png qt3 qt4 quicktime sdl spell truetype vorbis win32codecs unicode X xml xv" -# Possible flags for removal (gentoo-dev mailing list) -USE="${USE} apm imlib motif xmms" |