Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/prosody/
Date: Sun, 02 May 2021 19:40:18
Message-Id: 1619984393.de636ca124f1955dded242145e7d3c8356996a9d.zlogene@gentoo
1 commit: de636ca124f1955dded242145e7d3c8356996a9d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 19:39:53 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 19:39:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de636ca1
7
8 net-im/prosody: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-im/prosody/prosody-0.11.8.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/net-im/prosody/prosody-0.11.8.ebuild b/net-im/prosody/prosody-0.11.8.ebuild
17 index 8c7e3ac8fd5..a89c56614eb 100644
18 --- a/net-im/prosody/prosody-0.11.8.ebuild
19 +++ b/net-im/prosody/prosody-0.11.8.ebuild
20 @@ -15,7 +15,7 @@ SRC_URI="https://prosody.im/downloads/source/${P}.tar.gz"
21 LICENSE="MIT"
22 SLOT="0"
23 KEYWORDS="amd64 arm arm64 x86"
24 -IUSE="icu +idn +libevent libressl mysql postgres selinux +sqlite +ssl test +zlib"
25 +IUSE="icu +idn +libevent mysql postgres selinux +sqlite +ssl test +zlib"
26 REQUIRED_USE="
27 ^^ ( icu idn )
28 ${LUA_REQUIRED_USE}
29 @@ -30,8 +30,7 @@ DEPEND="
30 icu? ( dev-libs/icu:= )
31 idn? ( net-dns/libidn:= )
32 libevent? ( $(lua_gen_cond_dep 'dev-lua/luaevent[${LUA_USEDEP}]') )
33 - libressl? ( dev-libs/libressl:= )
34 - !libressl? ( dev-libs/openssl:0= )
35 + dev-libs/openssl:0=
36 lua_single_target_lua5-1? ( $(lua_gen_cond_dep 'dev-lua/lua-bit32[lua_targets_lua5-1(-)]') )
37 mysql? ( $(lua_gen_cond_dep 'dev-lua/luadbi[mysql,${LUA_USEDEP}]') )
38 postgres? ( $(lua_gen_cond_dep 'dev-lua/luadbi[postgres,${LUA_USEDEP}]') )