Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/clustershell/
Date: Thu, 29 Apr 2021 19:20:38
Message-Id: 1619724031.3797c1af131db67568dfe4be6a45597322c62196.zlogene@gentoo
1 commit: 3797c1af131db67568dfe4be6a45597322c62196
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 19:17:48 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 19:20:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3797c1af
7
8 app-admin/clustershell: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-admin/clustershell/clustershell-1.8.3.ebuild | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/app-admin/clustershell/clustershell-1.8.3.ebuild b/app-admin/clustershell/clustershell-1.8.3.ebuild
17 index a369abd0fa2..113e9a21ba5 100644
18 --- a/app-admin/clustershell/clustershell-1.8.3.ebuild
19 +++ b/app-admin/clustershell/clustershell-1.8.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 # TODO: test phase
26 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/cea-hpc/clustershell/archive/v${PV}.tar.gz -> ${P}.t
27 LICENSE="LGPL-2.1+"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 -IUSE="doc libressl test"
31 +IUSE="doc test"
32
33 CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
34 DEPEND="
35 @@ -27,9 +27,7 @@ DEPEND="
36 RDEPEND="
37 ${CDEPEND}
38 dev-python/pyyaml[${PYTHON_USEDEP}]
39 - !libressl? ( dev-libs/openssl:0= )
40 - libressl? ( dev-libs/libressl:0= )"
41 -
42 + dev-libs/openssl:0="
43 RESTRICT="test" # currently fail
44
45 python_install() {