Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/
Date: Sun, 02 May 2021 10:16:44
Message-Id: 1619950595.0f9f18e687a278c9a3559f1e7ddbdfd377d5eee3.zlogene@gentoo
1 commit: 0f9f18e687a278c9a3559f1e7ddbdfd377d5eee3
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 10:14:46 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 10:16:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9f18e6
7
8 net-libs/libssh: 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 net-libs/libssh/libssh-0.9.5.ebuild | 7 +++----
14 net-libs/libssh/libssh-9999.ebuild | 7 +++----
15 2 files changed, 6 insertions(+), 8 deletions(-)
16
17 diff --git a/net-libs/libssh/libssh-0.9.5.ebuild b/net-libs/libssh/libssh-0.9.5.ebuild
18 index 8b9314b6fd3..61f0a49332a 100644
19 --- a/net-libs/libssh/libssh-0.9.5.ebuild
20 +++ b/net-libs/libssh/libssh-0.9.5.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -19,7 +19,7 @@ fi
28
29 LICENSE="LGPL-2.1"
30 SLOT="0/4" # subslot = soname major version
31 -IUSE="debug doc examples gcrypt gssapi libressl mbedtls pcap server +sftp static-libs test zlib"
32 +IUSE="debug doc examples gcrypt gssapi mbedtls pcap server +sftp static-libs test zlib"
33 # Maintainer: check IUSE-defaults at DefineOptions.cmake
34
35 REQUIRED_USE="?? ( gcrypt mbedtls )"
36 @@ -30,8 +30,7 @@ BDEPEND="
37 RDEPEND="
38 !gcrypt? (
39 !mbedtls? (
40 - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
41 - libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
42 + >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}]
43 )
44 )
45 gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
46
47 diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild
48 index 8496b7dfd38..ba3c105ee10 100644
49 --- a/net-libs/libssh/libssh-9999.ebuild
50 +++ b/net-libs/libssh/libssh-9999.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2020 Gentoo Authors
53 +# Copyright 1999-2021 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=7
57 @@ -19,7 +19,7 @@ fi
58
59 LICENSE="LGPL-2.1"
60 SLOT="0/4" # subslot = soname major version
61 -IUSE="debug doc examples gcrypt gssapi libressl mbedtls pcap server +sftp static-libs test zlib"
62 +IUSE="debug doc examples gcrypt gssapi mbedtls pcap server +sftp static-libs test zlib"
63 # Maintainer: check IUSE-defaults at DefineOptions.cmake
64
65 REQUIRED_USE="?? ( gcrypt mbedtls )"
66 @@ -30,8 +30,7 @@ BDEPEND="
67 RDEPEND="
68 !gcrypt? (
69 !mbedtls? (
70 - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
71 - libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
72 + >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}]
73 )
74 )
75 gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )