diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-06 16:02:20 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-06 16:02:20 +0000 |
commit | d1f63c6148fdf31c9a32daaa758a57d106d77740 (patch) | |
tree | f934ee6688ec9d28aea2c2d4a489db70d3b5dd9e | |
parent | only one inherit line allowed (diff) | |
download | gentoo-2-d1f63c6148fdf31c9a32daaa758a57d106d77740.tar.gz gentoo-2-d1f63c6148fdf31c9a32daaa758a57d106d77740.tar.bz2 gentoo-2-d1f63c6148fdf31c9a32daaa758a57d106d77740.zip |
Added mikmod back into the list of USE flags to keep.
-rw-r--r-- | profiles/default-linux/x86/dev/2006.1/desktop/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
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 2422bcc421e6..97cfe60d564e 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,11 @@ # 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.7 2006/06/06 01:29:23 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.1/desktop/make.defaults,v 1.8 2006/06/06 16:02:20 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 gif gnome gpm gstreamer gtk gtk2 hal jpeg kde mad mp3 mpeg ogg opengl oss pdflib png qt quicktime sdl spell truetype vorbis win32codecs unicode X xml xv" +USE="alsa arts avi cairo cdr dbus dvd dvdr eds emboss encode esd fam gif gnome gpm gstreamer gtk gtk2 hal jpeg kde mad mikmod mp3 mpeg ogg opengl oss pdflib png qt quicktime sdl spell truetype vorbis win32codecs unicode X xml xv" # Possible flags for removal (gentoo-dev mailing list) -USE="${USE} apm imlib mikmod motif xmms" +USE="${USE} apm imlib motif xmms" |