summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Freydank <holgersson@posteo.de>2017-08-07 22:23:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-08 19:15:29 +0200
commitdb6e19ee56baa498afd5f8d75506fc3433134f6a (patch)
tree6b17c6b83b8281bf8f135ac1cfcae51dd32d882b
parentdev-ml/facile: 1.1.3 version bump (diff)
downloadgentoo-db6e19ee.tar.gz
gentoo-db6e19ee.tar.bz2
gentoo-db6e19ee.zip
kde-misc/kdeconnect: Add SELinux policy
Package-Manager: Portage-2.3.6, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5345
-rw-r--r--kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
index 9c9677d2bfc0..fbd9da9ae2a5 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
LICENSE="GPL-2+"
KEYWORDS="amd64 x86"
-IUSE="app wayland"
+IUSE="app selinux wayland"
DEPEND="
$(add_frameworks_dep kcmutils)
@@ -44,6 +44,7 @@ DEPEND="
RDEPEND="${DEPEND}
$(add_plasma_dep plasma-workspace)
app? ( kde-frameworks/kirigami:1 )
+ selinux? ( sec-policy/selinux-kdeconnect )
wayland? ( $(add_plasma_dep kwin) )
!kde-misc/kdeconnect:4
"