commit: 0d30cbb3cfa778197840b55189308aa12831dd40
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 21:38:20 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 21:38:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d30cbb3
app-admin/clustershell: fix openssl and libressl slots
Package-Manager: portage-2.2.26
app-admin/clustershell/clustershell-1.6-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/clustershell/clustershell-1.6-r1.ebuild
b/app-admin/clustershell/clustershell-1.6-r1.ebuild
index 4b24802..d078b71 100644
--- a/app-admin/clustershell/clustershell-1.6-r1.ebuild
+++ b/app-admin/clustershell/clustershell-1.6-r1.ebuild
@@ -20,8 +20,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc libressl"
RDEPEND="
- !libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl )"
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
src_install() {