diff options
author | Mike Doty <kingtaco@gentoo.org> | 2006-06-10 00:59:13 +0000 |
---|---|---|
committer | Mike Doty <kingtaco@gentoo.org> | 2006-06-10 00:59:13 +0000 |
commit | d7a379ee35843d61f139c0a4ed5ba2cf255f9bf3 (patch) | |
tree | 0bbe755500a7d936236b5660a71701492ef73610 /profiles | |
parent | Cleaning old ebuilds (diff) | |
download | gentoo-2-d7a379ee35843d61f139c0a4ed5ba2cf255f9bf3.tar.gz gentoo-2-d7a379ee35843d61f139c0a4ed5ba2cf255f9bf3.tar.bz2 gentoo-2-d7a379ee35843d61f139c0a4ed5ba2cf255f9bf3.zip |
fixed up missing nptl and nptlonly useflags, bug 136239
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/2006.0/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/amd64/2006.0/make.defaults b/profiles/default-linux/amd64/2006.0/make.defaults index 50187d2e4bac..7ee30f7d7b77 100644 --- a/profiles/default-linux/amd64/2006.0/make.defaults +++ b/profiles/default-linux/amd64/2006.0/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/amd64/2006.0/make.defaults,v 1.17 2006/06/09 15:12:46 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/make.defaults,v 1.18 2006/06/10 00:59:13 kingtaco Exp $ FEATURES="sandbox autoconfig" @@ -12,4 +12,4 @@ SYMLINK_LIB="yes" # Switch to nptl, but no nptlonly yet. USE="nptl -nptlonly" -USE="alsa avi berkdb crypt cups eds emboss encode foomaticdb gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg kde lzw lzw-tiff mp3 mpeg ncurses nls opengl pam pdflib perl png python qt quicktime readline sdl spell ssl tcpd tiff usb zlib X xpm xv zlib -java" +USE="${USE} alsa avi berkdb crypt cups eds emboss encode foomaticdb gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg kde lzw lzw-tiff mp3 mpeg ncurses nls opengl pam pdflib perl png python qt quicktime readline sdl spell ssl tcpd tiff usb zlib X xpm xv zlib -java" |