diff options
author | 2004-01-08 08:42:33 +0000 | |
---|---|---|
committer | 2004-01-08 08:42:33 +0000 | |
commit | f1322a27814a522c6ced0d7ed788bbe477e83a96 (patch) | |
tree | 8ae35e3be2ac8d5a8d7cea26a90cf2f02f2a717f /profiles | |
parent | remove mips and arm KEYWORDS due to lack of support, ready for new repoman. (diff) | |
download | historical-f1322a27814a522c6ced0d7ed788bbe477e83a96.tar.gz historical-f1322a27814a522c6ced0d7ed788bbe477e83a96.tar.bz2 historical-f1322a27814a522c6ced0d7ed788bbe477e83a96.zip |
make PIC definition more descriptive to what it actually is and does. Added new local use flag called chroot to enable chroot support in openssh
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 28dc8fd5e1d4..75298dc7b88e 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.209 2004/01/08 04:27:24 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.210 2004/01/08 08:42:33 solar Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -181,6 +181,7 @@ net-misc/gnugk:accounting - Enables call logging (accounting) net-misc/ntp:parse-clocks - Add parse clock support net-misc/nut:cgi - Add CGI script support net-misc/openssh:X509 - Adds support for X.509 certificate authentication +net-misc/openssh:chroot - Enable chrooting support. net-misc/openssh:skey - Enable S/Key (Single use password) authentication support net-misc/pxes:ltsp - Enable support for Linux Terminal Server Project net-misc/ssh:openssh - Allow ssh and openssh to be installed side by side @@ -240,7 +241,7 @@ sys-kernel/wolk-sources:wolk-alsa - For WOLK's own internal alsa drivers (use at sys-kernel/wolk-sources:wolk-bootsplash - If you want WOLK's own bootsplash patch sys-kernel/wolk-sources:wolk-supermount - If you want to use supermount sys-libs/glibc:nptl - If you want the Native POSIX Threading Library built into glibc. -sys-libs/glibc:pic - If you want prelink support built into glibc +sys-libs/glibc:pic - Build position independent code. Needed for (prelink/hardened-gcc) sys-libs/pam:pwdb - If you want pam_pwdb.so installed to use pwdb as passwd db x11-base/kdrive:fbdev - Enables framebuffer kdrive server x11-base/kdrive:speedo - Enables Speedo font support |