summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2017-04-28 11:59:04 +0200
committerMarek Szuba <marecki@gentoo.org>2017-04-28 11:59:04 +0200
commit474c8bdee4243147cf219660b0c1515ebc81a601 (patch)
treefaea984d36c78221685cf165cf968f88b0cd3706
parentapp-text/llpp: Compile fails with new mupdf-1.11. (diff)
downloadgentoo-474c8bde.tar.gz
gentoo-474c8bde.tar.bz2
gentoo-474c8bde.zip
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
-rw-r--r--net-p2p/syncthing/syncthing-0.14.27.ebuild4
1 files changed, 3 insertions, 1 deletions
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 )