diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-10 20:12:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-10 20:12:59 +0300 |
commit | 367dd4c439075a648ef76997b2c53640f63a8b55 (patch) | |
tree | e7e7a335488695f2349b49d08f8a45deab37755d /net-p2p/syncthing | |
parent | profiles: powerpc: Cleanup duplicate package.use.(stable.)mask (diff) | |
download | gentoo-367dd4c439075a648ef76997b2c53640f63a8b55.tar.gz gentoo-367dd4c439075a648ef76997b2c53640f63a8b55.tar.bz2 gentoo-367dd4c439075a648ef76997b2c53640f63a8b55.zip |
net-p2p/syncthing: arm stable wrt bug #672572
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-p2p/syncthing')
-rw-r--r-- | net-p2p/syncthing/syncthing-0.14.52.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/syncthing/syncthing-0.14.52.ebuild b/net-p2p/syncthing/syncthing-0.14.52.ebuild index ced02f31321a..03e82c266f25 100644 --- a/net-p2p/syncthing/syncthing-0.14.52.ebuild +++ b/net-p2p/syncthing/syncthing-0.14.52.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 arm x86" IUSE="selinux tools" RDEPEND="selinux? ( sec-policy/selinux-syncthing )" |