diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:16:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:19:05 +0100 |
commit | 71c7d18b2e99357223de4923ce02586b6fa803b4 (patch) | |
tree | 94fe4ba8b1198644f1ab1b22ab4b81f3b8a6dd00 /net-im | |
parent | mail-filter/postgrey: add missing selinux policy dep (diff) | |
download | gentoo-71c7d18b2e99357223de4923ce02586b6fa803b4.tar.gz gentoo-71c7d18b2e99357223de4923ce02586b6fa803b4.tar.bz2 gentoo-71c7d18b2e99357223de4923ce02586b6fa803b4.zip |
net-im/skypeforlinux: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skypeforlinux/skypeforlinux-8.99.0.202.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 |