diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 22:39:53 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 22:39:53 +0300 |
commit | de636ca124f1955dded242145e7d3c8356996a9d (patch) | |
tree | 266d2b98ae260d88217199146c6fbd6b356462c4 /net-im | |
parent | net-im/bitlbee: remove libressl support (diff) | |
download | gentoo-de636ca124f1955dded242145e7d3c8356996a9d.tar.gz gentoo-de636ca124f1955dded242145e7d3c8356996a9d.tar.bz2 gentoo-de636ca124f1955dded242145e7d3c8356996a9d.zip |
net-im/prosody: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/prosody/prosody-0.11.8.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/prosody/prosody-0.11.8.ebuild b/net-im/prosody/prosody-0.11.8.ebuild index 8c7e3ac8fd5a..a89c56614eb0 100644 --- a/net-im/prosody/prosody-0.11.8.ebuild +++ b/net-im/prosody/prosody-0.11.8.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://prosody.im/downloads/source/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm arm64 x86" -IUSE="icu +idn +libevent libressl mysql postgres selinux +sqlite +ssl test +zlib" +IUSE="icu +idn +libevent mysql postgres selinux +sqlite +ssl test +zlib" REQUIRED_USE=" ^^ ( icu idn ) ${LUA_REQUIRED_USE} @@ -30,8 +30,7 @@ DEPEND=" icu? ( dev-libs/icu:= ) idn? ( net-dns/libidn:= ) libevent? ( $(lua_gen_cond_dep 'dev-lua/luaevent[${LUA_USEDEP}]') ) - libressl? ( dev-libs/libressl:= ) - !libressl? ( dev-libs/openssl:0= ) + dev-libs/openssl:0= lua_single_target_lua5-1? ( $(lua_gen_cond_dep 'dev-lua/lua-bit32[lua_targets_lua5-1(-)]') ) mysql? ( $(lua_gen_cond_dep 'dev-lua/luadbi[mysql,${LUA_USEDEP}]') ) postgres? ( $(lua_gen_cond_dep 'dev-lua/luadbi[postgres,${LUA_USEDEP}]') ) |