summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2021-01-26 23:29:01 +0000
committerConrad Kostecki <conikost@gentoo.org>2021-01-27 21:08:52 +0100
commitf1573c90d91e923506c934e5de7058f29e556aec (patch)
tree5014e5f033e9f9f0786dadf18ba41110ae3414dd /net-im
parentapp-emulation/docker-compose: 1.28.2 (diff)
downloadgentoo-f1573c90d91e923506c934e5de7058f29e556aec.tar.gz
gentoo-f1573c90d91e923506c934e5de7058f29e556aec.tar.bz2
gentoo-f1573c90d91e923506c934e5de7058f29e556aec.zip
net-im/prosody: Added selinux USE flag and dependency.
Closes: https://github.com/gentoo/gentoo/pull/19232 Signed-off-by: Jonathan Davies <jpds@protonmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/prosody/prosody-0.11.7-r101.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-im/prosody/prosody-0.11.7-r101.ebuild b/net-im/prosody/prosody-0.11.7-r101.ebuild
index 28fe617959eb..aee5c34cf355 100644
--- a/net-im/prosody/prosody-0.11.7-r101.ebuild
+++ b/net-im/prosody/prosody-0.11.7-r101.ebuild
@@ -15,14 +15,14 @@ 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 +sqlite +ssl test +zlib"
+IUSE="icu +idn +libevent libressl mysql postgres selinux +sqlite +ssl test +zlib"
REQUIRED_USE="
^^ ( icu idn )
${LUA_REQUIRED_USE}
"
RESTRICT="!test? ( test )"
-RDEPEND="
+DEPEND="
$(lua_gen_cond_dep 'dev-lua/luaexpat[${LUA_USEDEP}]')
$(lua_gen_cond_dep 'dev-lua/luafilesystem[${LUA_USEDEP}]')
$(lua_gen_cond_dep 'dev-lua/luasocket[${LUA_USEDEP}]')
@@ -41,7 +41,10 @@ RDEPEND="
${LUA_DEPS}
"
-DEPEND="${RDEPEND}"
+RDEPEND="
+ ${DEPEND}
+ selinux? ( sec-policy/selinux-jabber )
+"
BDEPEND="
virtual/pkgconfig