diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-09-20 15:51:23 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-09-20 15:51:23 +0200 |
commit | 2e0d02b50492b410472e199bc50418d01878b5a7 (patch) | |
tree | a03d6f244ace06de923bcdb320791db957f1b601 /profiles | |
parent | profiles: add libressl to CURL_SSL (diff) | |
download | gentoo-2e0d02b50492b410472e199bc50418d01878b5a7.tar.gz gentoo-2e0d02b50492b410472e199bc50418d01878b5a7.tar.bz2 gentoo-2e0d02b50492b410472e199bc50418d01878b5a7.zip |
profiles: mask 'curl_ssl_libressl' USE flag on unsupported arches
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/alpha/use.mask | 1 | ||||
-rw-r--r-- | profiles/arch/arm/use.mask | 1 | ||||
-rw-r--r-- | profiles/arch/hppa/use.mask | 1 | ||||
-rw-r--r-- | profiles/arch/ia64/use.mask | 1 | ||||
-rw-r--r-- | profiles/arch/sparc/use.mask | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index b4a242fae410..2a6adf07f192 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -4,6 +4,7 @@ # Julian Ospald <hasufell@gentoo.org> (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 8fc71300b2b7..2c0c6b367fd2 100644 --- a/profiles/arch/arm/use.mask +++ b/profiles/arch/arm/use.mask @@ -6,6 +6,7 @@ # Julian Ospald <hasufell@gentoo.org> (20 Sep 2015) # no LibreSSL support yet +curl_ssl_libressl libressl # Patrick Lauer <patrick@gentoo.org> (28 Apr 2015) diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index ad5707711a9c..d24fd4763dd3 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -5,6 +5,7 @@ # Julian Ospald <hasufell@gentoo.org> (20 Sep 2015) # no LibreSSL support yet +curl_ssl_libressl libressl # Jeroen Roovers <jer@gentoo.org> (3 Feb 2015) diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask index 200d73a076ba..75e7e28b7fdd 100644 --- a/profiles/arch/ia64/use.mask +++ b/profiles/arch/ia64/use.mask @@ -5,6 +5,7 @@ # Julian Ospald <hasufell@gentoo.org> (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 754169f39129..dcbebced85bd 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -9,6 +9,7 @@ # Julian Ospald <hasufell@gentoo.org> (20 Sep 2015) # no LibreSSL support yet +curl_ssl_libressl libressl # Andrey Grozin <grozin@gentoo.org> (25 Jun 2014) |