diff options
author | 2007-02-23 14:54:31 +0000 | |
---|---|---|
committer | 2007-02-23 14:54:31 +0000 | |
commit | 0ca147e387d7c7ad9e5f30ffdbb8705437c2a69c (patch) | |
tree | e10134c5e377ad071bc2f0b1f623e4eb322489cd /profiles/default-linux | |
parent | remove mask for firefox and friends (diff) | |
download | gentoo-2-0ca147e387d7c7ad9e5f30ffdbb8705437c2a69c.tar.gz gentoo-2-0ca147e387d7c7ad9e5f30ffdbb8705437c2a69c.tar.bz2 gentoo-2-0ca147e387d7c7ad9e5f30ffdbb8705437c2a69c.zip |
make sure nptl and nptlonly are there!
Diffstat (limited to 'profiles/default-linux')
-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" |