diff options
author | Stefan Strogin <stefan.strogin@gmail.com> | 2018-09-19 19:12:02 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-09-28 12:05:03 +0200 |
commit | bc7fa446c66da3e731c77c66eae051a9325e891a (patch) | |
tree | a7380ec25178861305c2fcfceea69648209ee750 /x11-plugins | |
parent | app-accessibility/brltty: Fix installation with USE=-api (diff) | |
download | gentoo-bc7fa446c66da3e731c77c66eae051a9325e891a.tar.gz gentoo-bc7fa446c66da3e731c77c66eae051a9325e891a.tar.bz2 gentoo-bc7fa446c66da3e731c77c66eae051a9325e891a.zip |
x11-plugins/pidgin-telegram: add USE libressl
Closes: https://bugs.gentoo.org/666562
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9915
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1.ebuild | 7 |
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:= )" |