From 0d30cbb3cfa778197840b55189308aa12831dd40 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 21 Mar 2016 17:38:20 -0400 Subject: [PATCH] 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 4b24802354718..d078b71438270 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() {