diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-08-18 20:39:48 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-08-18 20:39:57 +0300 |
commit | 69cab3de6483b9a07330359d9055e433cf1f46d5 (patch) | |
tree | ef2d1a8bdffc6a9681d47044b3a3799e905e654c /net-libs | |
parent | app-crypt/signing-party: remove unused patch (diff) | |
download | gentoo-69cab3de6483b9a07330359d9055e433cf1f46d5.tar.gz gentoo-69cab3de6483b9a07330359d9055e433cf1f46d5.tar.bz2 gentoo-69cab3de6483b9a07330359d9055e433cf1f46d5.zip |
net-libs/gnutls: disable sslv3 by default
Bug: https://bugs.gentoo.org/show_bug.cgi?id=628198
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gnutls/gnutls-3.5.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/gnutls/gnutls-3.5.13.ebuild b/net-libs/gnutls/gnutls-3.5.13.ebuild index b13949bf0096..cffeefe6ade0 100644 --- a/net-libs/gnutls/gnutls-3.5.13.ebuild +++ b/net-libs/gnutls/gnutls-3.5.13.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-3 LGPL-2.1" SLOT="0/30" # libgnutls.so number KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN" -IUSE="+cxx dane doc examples guile +idn nls openpgp +openssl pkcs11 sslv2 +sslv3 seccomp static-libs test test-full +tls-heartbeat tools valgrind zlib ${IUSE_LINGUAS// / linguas_}" +IUSE="+cxx dane doc examples guile +idn nls openpgp +openssl pkcs11 sslv2 sslv3 seccomp static-libs test test-full +tls-heartbeat tools valgrind zlib ${IUSE_LINGUAS// / linguas_}" REQUIRED_USE=" test-full? ( guile pkcs11 openpgp openssl idn seccomp tools zlib )" |