diff options
author | 2007-02-23 14:54:31 +0000 | |
---|---|---|
committer | 2007-02-23 14:54:31 +0000 | |
commit | c32b151a466c2c02ad9891b3e5a95fd839a8463f (patch) | |
tree | 489b5d6a18897b2e29e792be331fed69b255d287 /profiles | |
parent | remove mask for firefox and friends (diff) | |
download | historical-c32b151a466c2c02ad9891b3e5a95fd839a8463f.tar.gz historical-c32b151a466c2c02ad9891b3e5a95fd839a8463f.tar.bz2 historical-c32b151a466c2c02ad9891b3e5a95fd839a8463f.zip |
make sure nptl and nptlonly are there!
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/make.defaults b/profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/make.defaults index e343b92c0634..c493f079aade 100644 --- a/profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/make.defaults +++ b/profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/make.defaults,v 1.1 2007/02/16 04:37:31 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/make.defaults,v 1.2 2007/02/23 14:54:31 tgall Exp $ ARCH="ppc64" ACCEPT_KEYWORDS="ppc64" @@ -15,7 +15,7 @@ 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 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" -USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib" +USE="unicode nptl nptlonlyberkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib" VIDEO_CARDS="mga ati dummy fbdev nv s3 vega vga" |