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 696CE138334 for ; Mon, 26 Nov 2018 19:27:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41937E0AC8; Mon, 26 Nov 2018 19:27:23 +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 18066E0AC8 for ; Mon, 26 Nov 2018 19:27:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 99D21335DAB for ; Mon, 26 Nov 2018 19:27:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7888F46A for ; Mon, 26 Nov 2018 19:27:19 +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: <1543260354.464c9aa815a2f1844d3a31a07b2dd35ed68a22e9.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rbnacl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rbnacl/rbnacl-6.0.0.ebuild X-VCS-Directories: dev-ruby/rbnacl/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 464c9aa815a2f1844d3a31a07b2dd35ed68a22e9 X-VCS-Branch: master Date: Mon, 26 Nov 2018 19:27:19 +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: 41bf3011-f7bc-4264-8d8b-661f26c3b985 X-Archives-Hash: 0d0fc5a1c9af4fca24955e19faa846cb commit: 464c9aa815a2f1844d3a31a07b2dd35ed68a22e9 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Nov 26 19:25:54 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Nov 26 19:25:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=464c9aa8 dev-ruby/rbnacl: Add ~arm keyword wrt bug #666790 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/rbnacl/rbnacl-6.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild b/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild index 8b66c427ccb..d5438f05beb 100644 --- a/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild +++ b/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl" LICENSE="MIT" SLOT="6" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" RDEPEND+=" dev-libs/libsodium"