commit: 2e0d02b50492b410472e199bc50418d01878b5a7 Author: Julian Ospald <hasufell <AT> gentoo <DOT> org> AuthorDate: Sun Sep 20 13:51:23 2015 +0000 Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org> CommitDate: Sun Sep 20 13:51:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0d02b5
profiles: mask 'curl_ssl_libressl' USE flag on unsupported arches profiles/arch/alpha/use.mask | 1 + profiles/arch/arm/use.mask | 1 + profiles/arch/hppa/use.mask | 1 + profiles/arch/ia64/use.mask | 1 + profiles/arch/sparc/use.mask | 1 + 5 files changed, 5 insertions(+) diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index b4a242f..2a6adf0 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -4,6 +4,7 @@ # Julian Ospald <[email protected]> (20 Sep 2015) # no LibreSSL support yet +curl_ssl_libressl libressl # Unmask the flag which corresponds to ARCH. diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask index 8fc7130..2c0c6b3 100644 --- a/profiles/arch/arm/use.mask +++ b/profiles/arch/arm/use.mask @@ -6,6 +6,7 @@ # Julian Ospald <[email protected]> (20 Sep 2015) # no LibreSSL support yet +curl_ssl_libressl libressl # Patrick Lauer <[email protected]> (28 Apr 2015) diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index ad57077..d24fd47 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -5,6 +5,7 @@ # Julian Ospald <[email protected]> (20 Sep 2015) # no LibreSSL support yet +curl_ssl_libressl libressl # Jeroen Roovers <[email protected]> (3 Feb 2015) diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask index 200d73a..75e7e28 100644 --- a/profiles/arch/ia64/use.mask +++ b/profiles/arch/ia64/use.mask @@ -5,6 +5,7 @@ # Julian Ospald <[email protected]> (20 Sep 2015) # no LibreSSL support yet +curl_ssl_libressl libressl # No hardware to test by the team diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index 754169f..dcbebce 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -9,6 +9,7 @@ # Julian Ospald <[email protected]> (20 Sep 2015) # no LibreSSL support yet +curl_ssl_libressl libressl # Andrey Grozin <[email protected]> (25 Jun 2014)
