diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-11-10 08:57:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-11-10 08:57:56 +0100 |
commit | 53b3ef820d6e31261d1e530fbd0c9f50796d51d3 (patch) | |
tree | 9037cf2b755c37acc899d44fd8e545de915b5896 /x11-plugins | |
parent | dev-ruby/rack: amd64 stable, bug 670476 (diff) | |
download | gentoo-53b3ef820d6e31261d1e530fbd0c9f50796d51d3.tar.gz gentoo-53b3ef820d6e31261d1e530fbd0c9f50796d51d3.tar.bz2 gentoo-53b3ef820d6e31261d1e530fbd0c9f50796d51d3.zip |
x11-plugins/pidgin-telegram: Revert "add USE libressl"
Bug: https://bugs.gentoo.org/666562
Reverts: bc7fa446c66da3e731c77c66eae051a9325e891a
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1-r1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1-r1.ebuild b/x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1-r1.ebuild index 9624bde7b852..ca6954389b7a 100644 --- a/x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1-r1.ebuild +++ b/x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1-r1.ebuild @@ -10,16 +10,13 @@ SRC_URI="https://github.com/majn/telegram-purple/releases/download/v${PV}/telegr LICENSE="GPL-2+" KEYWORDS="~amd64 ~x86" SLOT="0" -IUSE="gcrypt libressl +nls +webp" +IUSE="gcrypt +nls +webp" RDEPEND=" net-im/pidgin sys-libs/zlib:= gcrypt? ( dev-libs/libgcrypt:0= ) - !gcrypt? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) + !gcrypt? ( dev-libs/openssl:0= ) nls? ( sys-devel/gettext ) webp? ( media-libs/libwebp:= ) " |