commit: bc7fa446c66da3e731c77c66eae051a9325e891a Author: Stefan Strogin <stefan.strogin <AT> gmail <DOT> com> AuthorDate: Wed Sep 19 16:12:02 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Sep 28 10:05:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7fa446
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 <AT> gmail.com> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 90999385581..8292344ef65 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:= )"
