diff options
author | Tom Gall <tgall@gentoo.org> | 2007-04-01 05:11:21 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-04-01 05:11:21 +0000 |
commit | 4d12fb5179ac5fe887e48a19a8fe8240335ad04a (patch) | |
tree | 1d06dc556d57f14debc04bc492a39dae824ae418 /profiles | |
parent | remove extra stuff (diff) | |
download | gentoo-2-4d12fb5179ac5fe887e48a19a8fe8240335ad04a.tar.gz gentoo-2-4d12fb5179ac5fe887e48a19a8fe8240335ad04a.tar.bz2 gentoo-2-4d12fb5179ac5fe887e48a19a8fe8240335ad04a.zip |
remove extra stuff
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/ppc/ppc64/2006.0/64bit-userland/make.defaults | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/profiles/default-linux/ppc/ppc64/2006.0/64bit-userland/make.defaults b/profiles/default-linux/ppc/ppc64/2006.0/64bit-userland/make.defaults index 3d28285471c9..dddb42f6869e 100644 --- a/profiles/default-linux/ppc/ppc64/2006.0/64bit-userland/make.defaults +++ b/profiles/default-linux/ppc/ppc64/2006.0/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.0/64bit-userland/make.defaults,v 1.6 2007/02/12 16:16:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2006.0/64bit-userland/make.defaults,v 1.7 2007/04/01 05:11:21 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" |