diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-06-09 14:11:05 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-06-09 11:56:01 -0400 |
commit | 06080a41be2f5420cb04f076ae92331f95e5c3fa (patch) | |
tree | b2c03bd343d094cbae30b8e0049da1f722b33599 /profiles | |
parent | profiles: Cleanup curl_ssl_polarssl from package.use.mask (diff) | |
download | gentoo-06080a41be2f5420cb04f076ae92331f95e5c3fa.tar.gz gentoo-06080a41be2f5420cb04f076ae92331f95e5c3fa.tar.bz2 gentoo-06080a41be2f5420cb04f076ae92331f95e5c3fa.zip |
profiles: Cleanup curl_ssl_polarssl from package.use.mask
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64-fbsd/clang/package.use.mask | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/arch/amd64-fbsd/clang/package.use.mask b/profiles/arch/amd64-fbsd/clang/package.use.mask index 6a9ceb1e7ceb..4a85bb76735d 100644 --- a/profiles/arch/amd64-fbsd/clang/package.use.mask +++ b/profiles/arch/amd64-fbsd/clang/package.use.mask @@ -14,7 +14,7 @@ sys-devel/binutils cxx # Force openssl on curl since cmakes needs it and is in @system because of # libcxx on this profile. Mask the other ssl providers. -net-misc/curl curl_ssl_axtls curl_ssl_gnutls curl_ssl_nss curl_ssl_polarssl +net-misc/curl curl_ssl_axtls curl_ssl_gnutls curl_ssl_nss # Needs to be fixed: build fails with clang++ # https://bugs.gentoo.org/show_bug.cgi?id=578506 |