diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-11-25 18:32:00 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-11-25 18:32:00 -0500 |
commit | 90d8157e670f03a4def0a553d9b92d361a6e8c31 (patch) | |
tree | 6fe04a2c1b5a448808bf389b26f8aa37eb2577b4 /net-misc/curl | |
parent | net-misc/curl: remove older unstable versions (diff) | |
download | gentoo-90d8157e670f03a4def0a553d9b92d361a6e8c31.tar.gz gentoo-90d8157e670f03a4def0a553d9b92d361a6e8c31.tar.bz2 gentoo-90d8157e670f03a4def0a553d9b92d361a6e8c31.zip |
net-misc/curl: remove dependency on =net-libs/gnutls-2.12* which is off the tree
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/curl-7.45.0.ebuild | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/net-misc/curl/curl-7.45.0.ebuild b/net-misc/curl/curl-7.45.0.ebuild index 93ba07323aa4..ad3e1d4bc8fb 100644 --- a/net-misc/curl/curl-7.45.0.ebuild +++ b/net-misc/curl/curl-7.45.0.ebuild @@ -27,20 +27,8 @@ RDEPEND="ldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] ) app-misc/ca-certificates ) curl_ssl_gnutls? ( - || ( - ( - >=net-libs/gnutls-3.2.15[static-libs?,${MULTILIB_USEDEP}] - >=dev-libs/nettle-2.6[${MULTILIB_USEDEP}] - ) - ( - =net-libs/gnutls-2.12*[nettle,static-libs?,${MULTILIB_USEDEP}] - >=dev-libs/nettle-2.6[${MULTILIB_USEDEP}] - ) - ( - =net-libs/gnutls-2.12*[-nettle,static-libs?,${MULTILIB_USEDEP}] - >=dev-libs/libgcrypt-1.5.3[static-libs?,${MULTILIB_USEDEP}] - ) - ) + >=net-libs/gnutls-3.2.15[static-libs?,${MULTILIB_USEDEP}] + >=dev-libs/nettle-2.6[${MULTILIB_USEDEP}] app-misc/ca-certificates ) curl_ssl_libressl? ( |