diff options
author | Tom Gillespie <tgbugs@gmail.com> | 2020-08-01 14:45:56 -0700 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2020-08-04 19:13:24 -0400 |
commit | 0ef77e77b684872d245db8194cdbafcf3c27ddcd (patch) | |
tree | 96f8260a1d5bb8035fbfdacc252f11bfc287ff0d /profiles | |
parent | net-misc/curl: change RESTRICT="test" to "!test? ( test )" (diff) | |
download | gentoo-0ef77e77b684872d245db8194cdbafcf3c27ddcd.tar.gz gentoo-0ef77e77b684872d245db8194cdbafcf3c27ddcd.tar.bz2 gentoo-0ef77e77b684872d245db8194cdbafcf3c27ddcd.zip |
profiles: base use.mask winssl
Signed-off-by: Tom Gillespie <tgbugs@gmail.com>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/use.mask | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 1bc750da3d8b..a59f8d5525fd 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -44,6 +44,9 @@ php_targets_php7-0 # d3d9 only works on amd64/x86. d3d9 +# winssl is for prefix/windows/winnt only +winssl + # CURL_SSL=winssl is for prefix/windows/winnt only curl_ssl_winssl |