From bc7fa446c66da3e731c77c66eae051a9325e891a Mon Sep 17 00:00:00 2001 From: Stefan Strogin Date: Wed, 19 Sep 2018 19:12:02 +0300 Subject: [PATCH] x11-plugins/pidgin-telegram: add USE libressl MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/666562 Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Stefan Strogin Signed-off-by: Michał Górny Closes: https://github.com/gentoo/gentoo/pull/9915 --- x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1.ebuild | 7 +++++-- 1 file 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:= )" -- 2.26.2