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-misc/remmina/
Date: Sat, 01 May 2021 14:30:49
Message-Id: 1619878473.0578418d6de0ca1153ace461d16d003f8429e732.zlogene@gentoo
1 commit: 0578418d6de0ca1153ace461d16d003f8429e732
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 14:14:33 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 14:14:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0578418d
7
8 net-misc/remmina: 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-misc/remmina/remmina-1.4.12.ebuild | 5 ++---
14 net-misc/remmina/remmina-1.4.13.ebuild | 5 ++---
15 2 files changed, 4 insertions(+), 6 deletions(-)
16
17 diff --git a/net-misc/remmina/remmina-1.4.12.ebuild b/net-misc/remmina/remmina-1.4.12.ebuild
18 index 4bcc85853e9..0111dbac31a 100644
19 --- a/net-misc/remmina/remmina-1.4.12.ebuild
20 +++ b/net-misc/remmina/remmina-1.4.12.ebuild
21 @@ -14,7 +14,7 @@ SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz"
22 LICENSE="GPL-2+-with-openssl-exception"
23 SLOT="0"
24 KEYWORDS="amd64 ~arm64 x86"
25 -IUSE="appindicator crypt cups examples gnome-keyring kwallet libressl nls spice ssh rdp telemetry telepathy vnc webkit zeroconf"
26 +IUSE="appindicator crypt cups examples gnome-keyring kwallet nls spice ssh rdp telemetry telepathy vnc webkit zeroconf"
27
28 DEPEND="
29 app-emulation/spice-protocol
30 @@ -33,8 +33,7 @@ DEPEND="
31 cups? ( net-print/cups:= ) )
32 gnome-keyring? ( app-crypt/libsecret )
33 kwallet? ( kde-frameworks/kwallet )
34 - !libressl? ( dev-libs/openssl:0= )
35 - libressl? ( dev-libs/libressl:0= )
36 + dev-libs/openssl:0=
37 spice? ( net-misc/spice-gtk[gtk3] )
38 ssh? ( net-libs/libssh:0=[sftp]
39 x11-libs/vte:2.91 )
40
41 diff --git a/net-misc/remmina/remmina-1.4.13.ebuild b/net-misc/remmina/remmina-1.4.13.ebuild
42 index 0139870a6a2..2f4b61e3398 100644
43 --- a/net-misc/remmina/remmina-1.4.13.ebuild
44 +++ b/net-misc/remmina/remmina-1.4.13.ebuild
45 @@ -14,7 +14,7 @@ SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz"
46 LICENSE="GPL-2+-with-openssl-exception"
47 SLOT="0"
48 KEYWORDS="~amd64 ~arm64 ~x86"
49 -IUSE="appindicator crypt cups examples gnome-keyring kwallet libressl nls spice ssh rdp telemetry telepathy vnc webkit zeroconf"
50 +IUSE="appindicator crypt cups examples gnome-keyring kwallet nls spice ssh rdp telemetry telepathy vnc webkit zeroconf"
51
52 DEPEND="
53 app-emulation/spice-protocol
54 @@ -35,8 +35,7 @@ DEPEND="
55 cups? ( net-print/cups:= ) )
56 gnome-keyring? ( app-crypt/libsecret )
57 kwallet? ( kde-frameworks/kwallet )
58 - !libressl? ( dev-libs/openssl:0= )
59 - libressl? ( dev-libs/libressl:0= )
60 + dev-libs/openssl:0=
61 spice? ( net-misc/spice-gtk[gtk3] )
62 ssh? ( net-libs/libssh:0=[sftp]
63 x11-libs/vte:2.91 )