diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-06-26 11:35:08 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-06-26 11:35:08 +0000 |
commit | d668dd77dc3af356a3c03a11cd26e0d5a93e15b5 (patch) | |
tree | 669b82780be37b515e88803f1f218064d60c40d7 | |
parent | Version bump to fix bug #138015 (diff) | |
download | gentoo-2-d668dd77dc3af356a3c03a11cd26e0d5a93e15b5.tar.gz gentoo-2-d668dd77dc3af356a3c03a11cd26e0d5a93e15b5.tar.bz2 gentoo-2-d668dd77dc3af356a3c03a11cd26e0d5a93e15b5.zip |
Clean out USE-flags as discussed on the dev-mailinglist
-rw-r--r-- | profiles/default-linux/ppc/ppc32/2006.1/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/ppc/ppc32/2006.1/make.defaults b/profiles/default-linux/ppc/ppc32/2006.1/make.defaults index abb913455746..fc48cdf93526 100644 --- a/profiles/default-linux/ppc/ppc32/2006.1/make.defaults +++ b/profiles/default-linux/ppc/ppc32/2006.1/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc32/2006.1/make.defaults,v 1.1 2006/06/26 11:31:18 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc32/2006.1/make.defaults,v 1.2 2006/06/26 11:35:08 pylon Exp $ STAGE1_USE="unicode nptl nptlonly" -USE="${STAGE1_USE} alsa apache2 apm arts avi bitmap-fonts bonobo cdr cups dvd eds emboss encode esd foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml imlib jpeg kde ldap libg++ libwww mad mikmod motif mozilla mp3 mpeg ogg opengl pam pdflib png qt quicktime ruby sdl spell truetype truetype-fonts type1-fonts udev vorbis X xml xmms xv" +USE="${STAGE1_USE} alsa apache2 arts avi bitmap-fonts bonobo cdr cups dvd eds emboss encode esd fortran gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml jpeg kde ldap libg++ libwww mad mikmod mozilla mp3 mpeg ogg opengl pam pdflib png qt quicktime ruby sdl spell truetype truetype-fonts type1-fonts udev vorbis X xml xv" |