diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-02-18 16:11:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-02-18 16:11:39 +0000 |
commit | 27a1e0f21273f7ef1550a0211cbf51c955234a40 (patch) | |
tree | f5730e19ff76a668c09bbabfbd911783a48d319d | |
parent | Stable for amd64, wrt bug #530652 (diff) | |
download | gentoo-2-27a1e0f21273f7ef1550a0211cbf51c955234a40.tar.gz gentoo-2-27a1e0f21273f7ef1550a0211cbf51c955234a40.tar.bz2 gentoo-2-27a1e0f21273f7ef1550a0211cbf51c955234a40.zip |
clarify USE=filecaps intention #540430
-rw-r--r-- | profiles/use.desc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index 868fd58f2bdf..8eab0af259a1 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.522 2015/02/13 15:19:39 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.523 2015/02/18 16:11:39 vapier Exp $ # Keep them sorted @@ -94,7 +94,7 @@ fastcgi - Add support for the FastCGI interface fbcon - Add framebuffer support for the console, via the kernel ffmpeg - Enable ffmpeg/libav-based audio/video codec support fftw - Use FFTW library for computing Fourier transforms -filecaps - Use Linux file capabilities to control privilege rather than set*id +filecaps - Use Linux file capabilities to control privilege rather than set*id (this is orthogonal to USE=caps which uses capabilities at runtime e.g. libcap) firebird - Add support for the Firebird relational database flac - Add support for FLAC: Free Lossless Audio Codec flatfile - Add dbm support for flat files |