summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 )