From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C28121382C5 for ; Mon, 16 Apr 2018 21:48:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 069B6E0857; Mon, 16 Apr 2018 21:48:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D483DE0857 for ; Mon, 16 Apr 2018 21:48:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC0A6335C06 for ; Mon, 16 Apr 2018 21:48:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40E42257 for ; Mon, 16 Apr 2018 21:48:36 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1523915307.d56f8e3cbf9507973df19313f75067957ee8f417.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/syncthing/syncthing-0.14.38.ebuild X-VCS-Directories: net-p2p/syncthing/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d56f8e3cbf9507973df19313f75067957ee8f417 X-VCS-Branch: master Date: Mon, 16 Apr 2018 21:48:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3f7cb7ea-29af-4663-ab79-fbb28c7a439e X-Archives-Hash: a86283fe089f68e4155ec6d63e9d06f9 commit: d56f8e3cbf9507973df19313f75067957ee8f417 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Apr 16 21:48:27 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Apr 16 21:48:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d56f8e3c net-p2p/syncthing: arm stable wrt bug #626786 Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-p2p/syncthing/syncthing-0.14.38.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/syncthing/syncthing-0.14.38.ebuild b/net-p2p/syncthing/syncthing-0.14.38.ebuild index 81547999f09..ca236b559e8 100644 --- a/net-p2p/syncthing/syncthing-0.14.38.ebuild +++ b/net-p2p/syncthing/syncthing-0.14.38.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # 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 )"