diff options
author | Tom Gall <tgall@gentoo.org> | 2007-04-01 05:13:03 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-04-01 05:13:03 +0000 |
commit | c9bce9de109c75392f4b7c87e3a679fffb6bd4d1 (patch) | |
tree | 86c9c74870d98ba810ea49e9b016162adf329d0b /profiles | |
parent | remove extra stuff (diff) | |
download | gentoo-2-c9bce9de109c75392f4b7c87e3a679fffb6bd4d1.tar.gz gentoo-2-c9bce9de109c75392f4b7c87e3a679fffb6bd4d1.tar.bz2 gentoo-2-c9bce9de109c75392f4b7c87e3a679fffb6bd4d1.zip |
remove extra stuff
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/make.defaults | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/make.defaults b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/make.defaults index 8fd57d00e8a7..6f402231f472 100644 --- a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/make.defaults +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/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/ppc64/2006.1/64bit-userland/make.defaults,v 1.5 2007/02/12 16:16:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/make.defaults,v 1.6 2007/04/01 05:13:03 tgall Exp $ ARCH="ppc64" ACCEPT_KEYWORDS="ppc64" @@ -10,8 +10,6 @@ CHOST="powerpc64-unknown-linux-gnu" CFLAGS="-O2 -pipe" CXXFLAGS=${CFLAGS} -ACCEPT_KEYWORDS="ppc64" - STAGE1_USE="unicode" USE="${STAGE1_USE} alsa apache2 apm arts berkdb bitmap-fonts cups eds emboss encode esd fortran foomaticdb gdbm gif gnome gpm gstreamer gtk ibm imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mp3 mpeg ncurses nls nptl ogg opengl oss pam perl png python qt3 qt4 quicktime readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts vorbis X xml xv zlib" |