From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8E6D1396D0 for ; Tue, 8 Aug 2017 17:15:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47245E0DEE; Tue, 8 Aug 2017 17:15:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2464BE0DEE for ; Tue, 8 Aug 2017 17:15:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CA343418EA for ; Tue, 8 Aug 2017 17:15:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB46375FD for ; Tue, 8 Aug 2017 17:15:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1502212529.db6e19ee56baa498afd5f8d75506fc3433134f6a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: db6e19ee56baa498afd5f8d75506fc3433134f6a X-VCS-Branch: master Date: Tue, 8 Aug 2017 17:15:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 80660f6b-13bc-41f7-8b2b-8227af3e9119 X-Archives-Hash: 70dd2dc00990bc68b197b4b09ba66331 commit: db6e19ee56baa498afd5f8d75506fc3433134f6a Author: Nils Freydank posteo de> AuthorDate: Mon Aug 7 20:23:44 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 8 17:15:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6e19ee kde-misc/kdeconnect: Add SELinux policy Package-Manager: Portage-2.3.6, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5345 kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild index 9c9677d2bfc..fbd9da9ae2a 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 "