diff options
author | hasufell <hasufell@hasufell.de> | 2015-01-23 18:52:10 +0100 |
---|---|---|
committer | hasufell <hasufell@hasufell.de> | 2015-01-23 20:06:42 +0100 |
commit | c6494cf599c4abba777c7b361b34a8eb7f7d31e5 (patch) | |
tree | 80e9f23ecfc568171fc249f1bb7900f54478e0e5 /profiles | |
parent | Merge branch 'master' of git://github.com/lluixhi/libressl into master (diff) | |
download | libressl-c6494cf599c4abba777c7b361b34a8eb7f7d31e5.tar.gz libressl-c6494cf599c4abba777c7b361b34a8eb7f7d31e5.tar.bz2 libressl-c6494cf599c4abba777c7b361b34a8eb7f7d31e5.zip |
Use 'libressl' USE flag instead of virtual/openssl
This has several advantages:
* more explicit control, less breakage by missynced virtuals or
switching the provider
* subslots work correctly
Currently, we don't add a '!dev-libs/openssl:0' blocker to
dev-libs/libressl to be able to test all packages.
However, this should be done when importing it into the tree.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.desc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/use.desc b/profiles/use.desc new file mode 100644 index 0000000..3abbdba --- /dev/null +++ b/profiles/use.desc @@ -0,0 +1,7 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# Keep them sorted + +libressl - Use dev-libs/libressl as SSL provider (might need ssl USE flag), packages should not depend on this USE flag |