commit: 84341a2566e6e5f962a723618c8c2f097d6f77e3
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 09:06:49 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 09:06:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84341a25
net-misc/curl: fix libressl slot operator
Package-Manager: portage-2.2.26
net-misc/curl/curl-7.45.0.ebuild | 4 ++--
net-misc/curl/curl-7.46.0-r1.ebuild | 4 ++--
net-misc/curl/curl-7.46.0.ebuild | 4 ++--
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 488438a..b29e386 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 142f4e0..4a3a18c 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 8a62ac9..ec450ec 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 cc3b300..502c48c 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}]