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 | 87fbb9f4b0f97623a3b56f7a38d9fffd0bb9a0ed (patch) | |
tree | 773d2f3b0541d211992f97c509419c72399ec2a3 /profiles | |
parent | Cleaning old ebuilds (diff) | |
download | historical-87fbb9f4b0f97623a3b56f7a38d9fffd0bb9a0ed.tar.gz historical-87fbb9f4b0f97623a3b56f7a38d9fffd0bb9a0ed.tar.bz2 historical-87fbb9f4b0f97623a3b56f7a38d9fffd0bb9a0ed.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" |