summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-04-29 22:17:48 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-04-29 22:20:31 +0300
commit3797c1af131db67568dfe4be6a45597322c62196 (patch)
treec1903fa9511c854b26e91d7d2c7abb670f71de60 /app-admin/clustershell
parentapp-admin/apache-tools: remove libressl support (diff)
downloadgentoo-3797c1af131db67568dfe4be6a45597322c62196.tar.gz
gentoo-3797c1af131db67568dfe4be6a45597322c62196.tar.bz2
gentoo-3797c1af131db67568dfe4be6a45597322c62196.zip
app-admin/clustershell: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-admin/clustershell')
-rw-r--r--app-admin/clustershell/clustershell-1.8.3.ebuild8
1 files 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 a369abd0fa26..113e9a21ba5e 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() {