From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9632513835A for ; Thu, 29 Apr 2021 19:20:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3E5FE081A; Thu, 29 Apr 2021 19:20:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D6B4E081A for ; Thu, 29 Apr 2021 19:20:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3ABC4340FF0 for ; Thu, 29 Apr 2021 19:20:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E7F8737 for ; Thu, 29 Apr 2021 19:20:34 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619724031.3797c1af131db67568dfe4be6a45597322c62196.zlogene@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.8.3.ebuild X-VCS-Directories: app-admin/clustershell/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 3797c1af131db67568dfe4be6a45597322c62196 X-VCS-Branch: master Date: Thu, 29 Apr 2021 19:20:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f4c65df7-bdd5-4285-9801-4147b7f0ba18 X-Archives-Hash: 2a9bde63664221ab69542aeea465db6d commit: 3797c1af131db67568dfe4be6a45597322c62196 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Apr 29 19:17:48 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Apr 29 19:20:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3797c1af app-admin/clustershell: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> app-admin/clustershell/clustershell-1.8.3.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-admin/clustershell/clustershell-1.8.3.ebuild b/app-admin/clustershell/clustershell-1.8.3.ebuild index a369abd0fa2..113e9a21ba5 100644 --- a/app-admin/clustershell/clustershell-1.8.3.ebuild +++ b/app-admin/clustershell/clustershell-1.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO: test phase @@ -17,7 +17,7 @@ SRC_URI="https://github.com/cea-hpc/clustershell/archive/v${PV}.tar.gz -> ${P}.t LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc libressl test" +IUSE="doc test" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND=" @@ -27,9 +27,7 @@ DEPEND=" RDEPEND=" ${CDEPEND} dev-python/pyyaml[${PYTHON_USEDEP}] - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" - + dev-libs/openssl:0=" RESTRICT="test" # currently fail python_install() {