commit: 288d8cd90fca12fafd021d86837851d8cb5c6efe Author: Julian Ospald <hasufell <AT> gentoo <DOT> org> AuthorDate: Sun Sep 20 11:30:21 2015 +0000 Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org> CommitDate: Sun Sep 20 11:32:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=288d8cd9
profiles: add global 'libressl' USE flag Gentoo-Bug: 508750 profiles/use.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/use.desc b/profiles/use.desc index 763d44c..47a977a 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -179,6 +179,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 as SSL provider (might need ssl USE flag), packages should not depend on this USE flag 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)
