summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1.ebuild')
-rw-r--r--x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1.ebuild b/x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1.ebuild
index 90999385581b..8292344ef651 100644
--- a/x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1.ebuild
+++ b/x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1.ebuild
@@ -10,12 +10,15 @@ SRC_URI="https://github.com/majn/telegram-purple/releases/download/v${PV}/telegr
LICENSE="GPL-2+"
KEYWORDS="~amd64 ~x86"
SLOT="0"
-IUSE="gcrypt +nls +webp"
+IUSE="gcrypt libressl +nls +webp"
RDEPEND="net-im/pidgin
sys-libs/zlib:=
gcrypt? ( dev-libs/libgcrypt:0= )
- !gcrypt? ( dev-libs/openssl:0= )
+ !gcrypt? (
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
+ )
nls? ( sys-devel/gettext )
webp? ( media-libs/libwebp:= )"