From 71c7d18b2e99357223de4923ce02586b6fa803b4 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 28 Jun 2023 08:16:42 +0100 Subject: net-im/skypeforlinux: add missing selinux policy dep Signed-off-by: Sam James --- net-im/skypeforlinux/skypeforlinux-8.99.0.202.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'net-im/skypeforlinux') 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 -- cgit v1.2.3-65-gdbad