Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-telegram/
Date: Thu, 29 Apr 2021 16:54:26
Message-Id: 1619715260.bbc2ec18e850f9d6a5a2e8ef0856e5d6d9e55ae9.zlogene@gentoo
1 commit: bbc2ec18e850f9d6a5a2e8ef0856e5d6d9e55ae9
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 16:53:25 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 16:54:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc2ec18
7
8 x11-plugins/pidgin-telegram: 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 x11-plugins/pidgin-telegram/pidgin-telegram-1.4.6.ebuild | 7 ++-----
14 1 file changed, 2 insertions(+), 5 deletions(-)
15
16 diff --git a/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.6.ebuild b/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.6.ebuild
17 index ce82b54c47d..7dac50fdb5b 100644
18 --- a/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.6.ebuild
19 +++ b/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.6.ebuild
20 @@ -11,16 +11,13 @@ S="${WORKDIR}/telegram-purple"
21 LICENSE="GPL-2+"
22 KEYWORDS="amd64 x86"
23 SLOT="0"
24 -IUSE="gcrypt libressl +nls +png +webp"
25 +IUSE="gcrypt +nls +png +webp"
26
27 RDEPEND="
28 net-im/pidgin
29 sys-libs/zlib:=
30 gcrypt? ( dev-libs/libgcrypt:0= )
31 - !gcrypt? (
32 - libressl? ( dev-libs/libressl:0= )
33 - !libressl? ( dev-libs/openssl:0= )
34 - )
35 + !gcrypt? ( dev-libs/openssl:0= )
36 png? ( media-libs/libpng:0= )
37 webp? ( media-libs/libwebp:= )
38 "