diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-07-15 10:20:33 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-07-15 10:20:33 +0000 |
commit | 1a264949460332f977c13825eef12e4d4836084a (patch) | |
tree | 4f6e140fc3dd9805a2f301c966f054503488c2a7 /profiles/default | |
parent | Version bump (diff) | |
download | gentoo-2-1a264949460332f977c13825eef12e4d4836084a.tar.gz gentoo-2-1a264949460332f977c13825eef12e4d4836084a.tar.bz2 gentoo-2-1a264949460332f977c13825eef12e4d4836084a.zip |
Remove cyassl package and use flag, bug #495848
Diffstat (limited to 'profiles/default')
5 files changed, 8 insertions, 11 deletions
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.mask b/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.mask index 171daabda2da..2cdb077b199b 100644 --- a/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.mask +++ b/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.mask,v 1.4 2013/06/19 13:00:27 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.mask,v 1.5 2014/07/15 10:20:32 blueness Exp $ # Build libcxxrt over libgcc_s since that is what clang defaults to. sys-libs/libcxxrt libunwind @@ -13,4 +13,4 @@ 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_cyassl curl_ssl_gnutls curl_ssl_nss curl_ssl_polarssl +net-misc/curl curl_ssl_axtls curl_ssl_gnutls curl_ssl_nss curl_ssl_polarssl diff --git a/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.mask b/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.mask index b8d04ba8ad6f..f7204c7ac93d 100644 --- a/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.mask +++ b/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.mask,v 1.1 2013/08/09 14:11:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.mask,v 1.2 2014/07/15 10:20:32 blueness Exp $ # Build libcxxrt over libgcc_s since that is what clang defaults to. sys-libs/libcxxrt libunwind @@ -13,4 +13,4 @@ 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_cyassl curl_ssl_gnutls curl_ssl_nss curl_ssl_polarssl +net-misc/curl curl_ssl_axtls curl_ssl_gnutls curl_ssl_nss curl_ssl_polarssl diff --git a/profiles/default/linux/alpha/13.0/use.mask b/profiles/default/linux/alpha/13.0/use.mask index 795d4aaf0b31..de1b80c26103 100644 --- a/profiles/default/linux/alpha/13.0/use.mask +++ b/profiles/default/linux/alpha/13.0/use.mask @@ -2,5 +2,4 @@ # Pulls in net-libs/axtls or net-libs/polarssl which are # not keyworded for arch curl_ssl_axtls -curl_ssl_cyassl curl_ssl_polarssl diff --git a/profiles/default/linux/ia64/13.0/use.mask b/profiles/default/linux/ia64/13.0/use.mask index 795d4aaf0b31..de1b80c26103 100644 --- a/profiles/default/linux/ia64/13.0/use.mask +++ b/profiles/default/linux/ia64/13.0/use.mask @@ -2,5 +2,4 @@ # Pulls in net-libs/axtls or net-libs/polarssl which are # not keyworded for arch curl_ssl_axtls -curl_ssl_cyassl curl_ssl_polarssl diff --git a/profiles/default/linux/sparc/13.0/use.mask b/profiles/default/linux/sparc/13.0/use.mask index bf9d5e60a1ab..eab5da4ff4e0 100644 --- a/profiles/default/linux/sparc/13.0/use.mask +++ b/profiles/default/linux/sparc/13.0/use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/13.0/use.mask,v 1.1 2013/01/18 19:48:22 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/13.0/use.mask,v 1.2 2014/07/15 10:20:33 blueness Exp $ # this is not a multilib profile multilib @@ -8,4 +8,3 @@ multilib # Anthony G. Basile <blueness@gentoo.org> (15 Apr 2012) # Pulls in net-libs/axtls which is not keyworded for arch curl_ssl_axtls -curl_ssl_cyassl |