diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-04-25 10:25:12 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-04-25 10:36:49 +0200 |
commit | 5bdeedeab2fda021986667555591a121c241675f (patch) | |
tree | 41f8d8118ac3b8e0f19e3110ee1297783d81fbda /profiles | |
parent | media-video/transcode: fix build with ffmpeg4 (diff) | |
download | gentoo-5bdeedeab2fda021986667555591a121c241675f.tar.gz gentoo-5bdeedeab2fda021986667555591a121c241675f.tar.bz2 gentoo-5bdeedeab2fda021986667555591a121c241675f.zip |
profiles/use.desc: rework a bit libressl use desc to be more generic
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index 860efe224b26..078226b92250 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -178,7 +178,7 @@ libcaca - Add support for colored ASCII-art graphics libedit - Use the libedit library (replacement for readline) libffi - Enable support for Foreign Function Interface library libnotify - Enable desktop notification support -libressl - Use dev-libs/libressl instead of dev-libs/openssl as SSL/TLS provider (ineffective with USE=-ssl), packages should not depend on this USE flag +libressl - Use dev-libs/libressl instead of dev-libs/openssl when applicable (see also the ssl useflag) libsamplerate - Build with support for converting sample rates using libsamplerate libwww - Add libwww support (General purpose WEB API) lirc - Add support for lirc (Linux's Infra-Red Remote Control) |