Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/
Date: Fri, 28 Apr 2017 09:59:39
Message-Id: 1493373544.474c8bdee4243147cf219660b0c1515ebc81a601.marecki@gentoo
1 commit: 474c8bdee4243147cf219660b0c1515ebc81a601
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 28 09:59:04 2017 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 28 09:59:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=474c8bde
7
8 net-p2p/syncthing: add USE=selinux support
9
10 This ought to automatically pull in the relevant SELinux policies.
11
12 Gentoo-Bug: 615648
13
14 Package-Manager: Portage-2.3.3, Repoman-2.3.1
15
16 net-p2p/syncthing/syncthing-0.14.27.ebuild | 4 +++-
17 1 file changed, 3 insertions(+), 1 deletion(-)
18
19 diff --git a/net-p2p/syncthing/syncthing-0.14.27.ebuild b/net-p2p/syncthing/syncthing-0.14.27.ebuild
20 index 6a552aa9568..7236d9629f4 100644
21 --- a/net-p2p/syncthing/syncthing-0.14.27.ebuild
22 +++ b/net-p2p/syncthing/syncthing-0.14.27.ebuild
23 @@ -14,7 +14,9 @@ SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 LICENSE="MPL-2.0"
25 SLOT="0"
26 KEYWORDS="~amd64 ~x86 ~arm"
27 -IUSE="tools"
28 +IUSE="selinux tools"
29 +
30 +RDEPEND="selinux? ( sec-policy/selinux-syncthing )"
31
32 DOCS=( README.md AUTHORS CONTRIBUTING.md )