Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/
Date: Sun, 10 Feb 2019 17:13:27
Message-Id: 1549818779.367dd4c439075a648ef76997b2c53640f63a8b55.zlogene@gentoo
1 commit: 367dd4c439075a648ef76997b2c53640f63a8b55
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 10 17:12:59 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 17:12:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367dd4c4
7
8 net-p2p/syncthing: arm stable wrt bug #672572
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-p2p/syncthing/syncthing-0.14.52.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-p2p/syncthing/syncthing-0.14.52.ebuild b/net-p2p/syncthing/syncthing-0.14.52.ebuild
17 index ced02f31321..03e82c266f2 100644
18 --- a/net-p2p/syncthing/syncthing-0.14.52.ebuild
19 +++ b/net-p2p/syncthing/syncthing-0.14.52.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -13,7 +13,7 @@ SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="MPL-2.0"
29 SLOT="0"
30 -KEYWORDS="amd64 ~arm x86"
31 +KEYWORDS="amd64 arm x86"
32 IUSE="selinux tools"
33
34 RDEPEND="selinux? ( sec-policy/selinux-syncthing )"