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 0DDDF139083 for ; Fri, 28 Apr 2017 09:59:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49CDBE0E2F; Fri, 28 Apr 2017 09:59:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 297BBE0E2F for ; Fri, 28 Apr 2017 09:59:38 +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 D3C313416FC for ; Fri, 28 Apr 2017 09:59:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7C7D2FA for ; Fri, 28 Apr 2017 09:59:34 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1493373544.474c8bdee4243147cf219660b0c1515ebc81a601.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/syncthing/syncthing-0.14.27.ebuild X-VCS-Directories: net-p2p/syncthing/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 474c8bdee4243147cf219660b0c1515ebc81a601 X-VCS-Branch: master Date: Fri, 28 Apr 2017 09:59:34 +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: caa3e7fd-d5ab-4fa3-938f-c71e2c1d3927 X-Archives-Hash: 0490295ca6bc519c588d5d39aa0d8839 commit: 474c8bdee4243147cf219660b0c1515ebc81a601 Author: Marek Szuba gentoo org> AuthorDate: Fri Apr 28 09:59:04 2017 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Apr 28 09:59:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=474c8bde net-p2p/syncthing: add USE=selinux support This ought to automatically pull in the relevant SELinux policies. Gentoo-Bug: 615648 Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-p2p/syncthing/syncthing-0.14.27.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-p2p/syncthing/syncthing-0.14.27.ebuild b/net-p2p/syncthing/syncthing-0.14.27.ebuild index 6a552aa9568..7236d9629f4 100644 --- a/net-p2p/syncthing/syncthing-0.14.27.ebuild +++ b/net-p2p/syncthing/syncthing-0.14.27.ebuild @@ -14,7 +14,9 @@ SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~x86 ~arm" -IUSE="tools" +IUSE="selinux tools" + +RDEPEND="selinux? ( sec-policy/selinux-syncthing )" DOCS=( README.md AUTHORS CONTRIBUTING.md )