commit:     c1b888366675f8add3e3576da82d6781d4775d57
Author:     Rahul Sandhu <nvraxn <AT> gmail <DOT> com>
AuthorDate: Sat Apr  5 17:18:34 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Apr  8 07:20:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b88836

net-im/synapse: rdepend on sec-policy/selinux-matrixd for USE=selinux

sec-policy/selinux-matrixd has policy for synapse.

Signed-off-by: Rahul Sandhu <nvraxn <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/41467
See-also: https://github.com/gentoo/hardened-refpolicy/pull/11
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-im/synapse/synapse-1.127.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-im/synapse/synapse-1.127.1.ebuild 
b/net-im/synapse/synapse-1.127.1.ebuild
index bbf3b3c2211a..6a01a66aabd2 100644
--- a/net-im/synapse/synapse-1.127.1.ebuild
+++ b/net-im/synapse/synapse-1.127.1.ebuild
@@ -114,7 +114,7 @@ LICENSE+="
 "
 SLOT="0"
 KEYWORDS="amd64 ~arm64 ~ppc64"
-IUSE="postgres systemd test"
+IUSE="postgres selinux systemd test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
@@ -151,6 +151,7 @@ RDEPEND="
        dev-python/typing-extensions[${PYTHON_USEDEP}]
        dev-python/unpaddedbase64[${PYTHON_USEDEP}]
        postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )
+       selinux? ( sec-policy/selinux-matrixd )
        systemd? ( dev-python/python-systemd[${PYTHON_USEDEP}] )
 "
 BDEPEND="

Reply via email to