diff options
author | 2007-10-13 07:39:09 +0000 | |
---|---|---|
committer | 2007-10-13 07:39:09 +0000 | |
commit | b1b7e003e33039df9e3b764241383d1d772d30ad (patch) | |
tree | e47c680e727ac3d0d037477c3ad8d114e62cd304 /profiles | |
parent | remove dup (diff) | |
download | historical-b1b7e003e33039df9e3b764241383d1d772d30ad.tar.gz historical-b1b7e003e33039df9e3b764241383d1d772d30ad.tar.bz2 historical-b1b7e003e33039df9e3b764241383d1d772d30ad.zip |
remove dup ACCEPT_KEYWORD
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/make.defaults | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/make.defaults b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/make.defaults index 88a2db86764c..2f4b8d7454f2 100644 --- a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/make.defaults +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/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-gcc4/make.defaults,v 1.4 2007/08/08 19:27:26 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/make.defaults,v 1.5 2007/10/13 07:39:09 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 nptl nptlonly" 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 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" |