From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D998759CA3 for ; Wed, 24 Feb 2016 21:06:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 145F421C006; Wed, 24 Feb 2016 21:06:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97AE521C006 for ; Wed, 24 Feb 2016 21:06:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58BB2340DD4 for ; Wed, 24 Feb 2016 21:06:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 213288DB for ; Wed, 24 Feb 2016 21:06:10 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1456297749.b2153dc55797e3217373deb122c76b5c84b17eea.monsieurp@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.12.19.ebuild X-VCS-Directories: net-p2p/syncthing/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: b2153dc55797e3217373deb122c76b5c84b17eea X-VCS-Branch: master Date: Wed, 24 Feb 2016 21:06:10 +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: 6fed2e2e-9ed6-4618-b74e-70441404420d X-Archives-Hash: 4143906b91bc313daeef4daa505ec168 commit: b2153dc55797e3217373deb122c76b5c84b17eea Author: Anthony Ryan gmail com> AuthorDate: Wed Feb 24 04:07:21 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Feb 24 07:09:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2153dc5 net-p2p/syncthing: Add ~arm keyword Gentoo-Bug: 574428 Package-Manager: portage-2.2.26 net-p2p/syncthing/syncthing-0.12.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/syncthing/syncthing-0.12.19.ebuild b/net-p2p/syncthing/syncthing-0.12.19.ebuild index 7e4f29a..a064c14 100644 --- a/net-p2p/syncthing/syncthing-0.12.19.ebuild +++ b/net-p2p/syncthing/syncthing-0.12.19.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~arm" IUSE="" DEPEND=""