commit: ee1888fbb3adde046cc23c70ac5722dca2225d00
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 19:05:01 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 19:05:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1888fb
ssl-cert.eclass: add slot operators for dev-libs/openssl
eclass/ssl-cert.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass
index 053e101..002de76 100644
--- a/eclass/ssl-cert.eclass
+++ b/eclass/ssl-cert.eclass
@@ -30,10 +30,10 @@
if [[ "${SSL_DEPS_SKIP}" == "0" ]]; then
if [[ "${SSL_CERT_MANDATORY}" == "0" ]]; then
- DEPEND="${SSL_CERT_USE}? ( dev-libs/openssl )"
+ DEPEND="${SSL_CERT_USE}? ( dev-libs/openssl:0= )"
IUSE="${SSL_CERT_USE}"
else
- DEPEND="dev-libs/openssl"
+ DEPEND="dev-libs/openssl:0="
fi
fi