From: Marek Szuba Date: Fri, 28 Apr 2017 09:59:04 +0000 (+0200) Subject: net-p2p/syncthing: add USE=selinux support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=474c8bdee4243147cf219660b0c1515ebc81a601;p=gentoo.git 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 --- diff --git a/net-p2p/syncthing/syncthing-0.14.27.ebuild b/net-p2p/syncthing/syncthing-0.14.27.ebuild index 6a552aa9568f..7236d9629f49 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 )