diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-03-23 05:06:49 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-03-23 05:06:49 -0400 |
commit | 84341a2566e6e5f962a723618c8c2f097d6f77e3 (patch) | |
tree | eac1425eaa46023b638ecb26d57d44a9cfa53ebe | |
parent | dev-ruby/transaction-simple: cleanup (diff) | |
download | gentoo-84341a2566e6e5f962a723618c8c2f097d6f77e3.tar.gz gentoo-84341a2566e6e5f962a723618c8c2f097d6f77e3.tar.bz2 gentoo-84341a2566e6e5f962a723618c8c2f097d6f77e3.zip |
net-misc/curl: fix libressl slot operator
Package-Manager: portage-2.2.26
-rw-r--r-- | net-misc/curl/curl-7.45.0.ebuild | 4 | ||||
-rw-r--r-- | net-misc/curl/curl-7.46.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/curl/curl-7.46.0.ebuild | 4 | ||||
-rw-r--r-- | net-misc/curl/curl-7.47.1.ebuild | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/net-misc/curl/curl-7.45.0.ebuild b/net-misc/curl/curl-7.45.0.ebuild index 488438a7a135..b29e3869d5bd 100644 --- a/net-misc/curl/curl-7.45.0.ebuild +++ b/net-misc/curl/curl-7.45.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -32,7 +32,7 @@ RDEPEND="ldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] ) app-misc/ca-certificates ) curl_ssl_libressl? ( - dev-libs/libressl[static-libs?,${MULTILIB_USEDEP}] + dev-libs/libressl:0=[static-libs?,${MULTILIB_USEDEP}] ) curl_ssl_openssl? ( >=dev-libs/openssl-1.0.1h-r2:=[static-libs?,${MULTILIB_USEDEP}] diff --git a/net-misc/curl/curl-7.46.0-r1.ebuild b/net-misc/curl/curl-7.46.0-r1.ebuild index 142f4e07fc7a..4a3a18c8b9c7 100644 --- a/net-misc/curl/curl-7.46.0-r1.ebuild +++ b/net-misc/curl/curl-7.46.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -32,7 +32,7 @@ RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) app-misc/ca-certificates ) curl_ssl_libressl? ( - dev-libs/libressl[static-libs?,${MULTILIB_USEDEP}] + dev-libs/libressl:0=[static-libs?,${MULTILIB_USEDEP}] ) curl_ssl_mbedtls? ( net-libs/mbedtls:0=[${MULTILIB_USEDEP}] diff --git a/net-misc/curl/curl-7.46.0.ebuild b/net-misc/curl/curl-7.46.0.ebuild index 8a62ac95c147..ec450ec88b5d 100644 --- a/net-misc/curl/curl-7.46.0.ebuild +++ b/net-misc/curl/curl-7.46.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -32,7 +32,7 @@ RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) app-misc/ca-certificates ) curl_ssl_libressl? ( - dev-libs/libressl[static-libs?,${MULTILIB_USEDEP}] + dev-libs/libressl:0=[static-libs?,${MULTILIB_USEDEP}] ) curl_ssl_openssl? ( dev-libs/openssl:0=[static-libs?,${MULTILIB_USEDEP}] diff --git a/net-misc/curl/curl-7.47.1.ebuild b/net-misc/curl/curl-7.47.1.ebuild index cc3b300ad1f4..502c48c7eb01 100644 --- a/net-misc/curl/curl-7.47.1.ebuild +++ b/net-misc/curl/curl-7.47.1.ebuild @@ -32,7 +32,7 @@ RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) app-misc/ca-certificates ) curl_ssl_libressl? ( - dev-libs/libressl[static-libs?,${MULTILIB_USEDEP}] + dev-libs/libressl:0=[static-libs?,${MULTILIB_USEDEP}] ) curl_ssl_mbedtls? ( net-libs/mbedtls:0=[${MULTILIB_USEDEP}] |