commit:     71c7d18b2e99357223de4923ce02586b6fa803b4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:16:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:19:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c7d18b

net-im/skypeforlinux: add missing selinux policy dep

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-im/skypeforlinux/skypeforlinux-8.99.0.202.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-im/skypeforlinux/skypeforlinux-8.99.0.202.ebuild 
b/net-im/skypeforlinux/skypeforlinux-8.99.0.202.ebuild
index aa8b927e61ba..a96df6bc8f2e 100644
--- a/net-im/skypeforlinux/skypeforlinux-8.99.0.202.ebuild
+++ b/net-im/skypeforlinux/skypeforlinux-8.99.0.202.ebuild
@@ -15,6 +15,7 @@ S="${WORKDIR}"
 LICENSE="Skype-TOS MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 
Boost-1.0 ISC CC-BY-SA-3.0 CC0-1.0 openssl ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS="-* ~amd64"
+IUSE="selinux"
 
 QA_PREBUILT="*"
 RESTRICT="mirror bindist strip" #299368
@@ -52,7 +53,9 @@ RDEPEND="
        x11-libs/libxcb[${MULTILIB_USEDEP}]
        x11-libs/libxkbcommon[${MULTILIB_USEDEP}]
        x11-libs/libxkbfile[${MULTILIB_USEDEP}]
-       x11-libs/pango[${MULTILIB_USEDEP}]"
+       x11-libs/pango[${MULTILIB_USEDEP}]
+       selinux? ( sec-policy/selinux-skype )
+"
 
 pkg_setup() {
        chromium_suid_sandbox_check_kernel_config

Reply via email to