commit: bbc2ec18e850f9d6a5a2e8ef0856e5d6d9e55ae9
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 16:53:25 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 16:54:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc2ec18
x11-plugins/pidgin-telegram: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
x11-plugins/pidgin-telegram/pidgin-telegram-1.4.6.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.6.ebuild
b/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.6.ebuild
index ce82b54c47d..7dac50fdb5b 100644
--- a/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.6.ebuild
+++ b/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.6.ebuild
@@ -11,16 +11,13 @@ S="${WORKDIR}/telegram-purple"
LICENSE="GPL-2+"
KEYWORDS="amd64 x86"
SLOT="0"
-IUSE="gcrypt libressl +nls +png +webp"
+IUSE="gcrypt +nls +png +webp"
RDEPEND="
net-im/pidgin
sys-libs/zlib:=
gcrypt? ( dev-libs/libgcrypt:0= )
- !gcrypt? (
- libressl? ( dev-libs/libressl:0= )
- !libressl? ( dev-libs/openssl:0= )
- )
+ !gcrypt? ( dev-libs/openssl:0= )
png? ( media-libs/libpng:0= )
webp? ( media-libs/libwebp:= )
"