From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 04ED659CA5 for ; Mon, 21 Mar 2016 21:38:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 685DE21C042; Mon, 21 Mar 2016 21:38:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D819F21C042 for ; Mon, 21 Mar 2016 21:38:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8437340928 for ; Mon, 21 Mar 2016 21:38:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF2A6859 for ; Mon, 21 Mar 2016 21:38:20 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1458596300.0d30cbb3cfa778197840b55189308aa12831dd40.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/clustershell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/clustershell/clustershell-1.6-r1.ebuild X-VCS-Directories: app-admin/clustershell/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 0d30cbb3cfa778197840b55189308aa12831dd40 X-VCS-Branch: master Date: Mon, 21 Mar 2016 21:38:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0be07d84-a57f-49e9-9c69-07eb2e105f60 X-Archives-Hash: 34aaaf5580c365ab018cc4b5f889b8f8 commit: 0d30cbb3cfa778197840b55189308aa12831dd40 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Mar 21 21:38:20 2016 +0000 Commit: Anthony G. Basile gentoo 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() {