diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-07-25 19:28:54 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-07-25 19:28:54 +0000 |
commit | d8e509d48bf02e99ee24236511a32cdef7f7b5c9 (patch) | |
tree | c24b91c3f0e89f79c5478b656908eb9fa0ff0de2 /profiles/default-linux | |
parent | Removing the suggested USE flags from the desktop profile, as discussed on ge... (diff) | |
download | gentoo-2-d8e509d48bf02e99ee24236511a32cdef7f7b5c9.tar.gz gentoo-2-d8e509d48bf02e99ee24236511a32cdef7f7b5c9.tar.bz2 gentoo-2-d8e509d48bf02e99ee24236511a32cdef7f7b5c9.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/default-linux')
-rw-r--r-- | profiles/default-linux/amd64/2006.1/desktop/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-linux/amd64/ChangeLog | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/profiles/default-linux/amd64/2006.1/desktop/make.defaults b/profiles/default-linux/amd64/2006.1/desktop/make.defaults index 58f67cc4e295..0315748a3720 100644 --- a/profiles/default-linux/amd64/2006.1/desktop/make.defaults +++ b/profiles/default-linux/amd64/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/amd64/2006.1/desktop/make.defaults,v 1.3 2006/07/10 22:36:28 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.1/desktop/make.defaults,v 1.4 2006/07/25 19:28:54 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 gstreamer gtk gtk2 hal jpeg kde ldap mad mikmod mp3 mpeg ogg opengl oss pdflib png qt3 qt4 quicktime sdl spell truetype vorbis win32codecs X xml xv" -# Possible flags for removal (gentoo-dev mailing list) -USE="${USE} apm imlib motif xmms" diff --git a/profiles/default-linux/amd64/ChangeLog b/profiles/default-linux/amd64/ChangeLog index 3bd220726b00..4f4ba0448dca 100644 --- a/profiles/default-linux/amd64/ChangeLog +++ b/profiles/default-linux/amd64/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.7 2006/07/04 13:19:53 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.8 2006/07/25 19:28:54 wolf31o2 Exp $ + + 25 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> + 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. 04 Jul 2006; Thomas Cort <tcort@gentoo.org> profile.bashrc: Grammar fixes in profile.bashrc. Replace 'contain(s)' with 'contains' since |