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 C0252138359 for ; Fri, 17 Jul 2020 00:54:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F41BE0844; Fri, 17 Jul 2020 00:54:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 EFF78E0844 for ; Fri, 17 Jul 2020 00:54:09 +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 BF24834F1FA for ; Fri, 17 Jul 2020 00:54:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 429732D6 for ; Fri, 17 Jul 2020 00:54:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1594947240.8d1dceb9b8ef32d75d4f92639de31abbe22a2f14.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/jwt/jwt-2.2.1.ebuild X-VCS-Directories: dev-ruby/jwt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8d1dceb9b8ef32d75d4f92639de31abbe22a2f14 X-VCS-Branch: master Date: Fri, 17 Jul 2020 00:54:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7fc5fb1e-6d7f-4992-940e-3dc1d230eaa9 X-Archives-Hash: 7edde01046e0ced5876310ac801d2251 commit: 8d1dceb9b8ef32d75d4f92639de31abbe22a2f14 Author: Sam James gentoo org> AuthorDate: Fri Jul 17 00:53:47 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 17 00:54:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1dceb9 dev-ruby/jwt: arm keyworded (bug #724894) Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-ruby/jwt/jwt-2.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/jwt/jwt-2.2.1.ebuild b/dev-ruby/jwt/jwt-2.2.1.ebuild index 1f2bda08e68..36bd96cb600 100644 --- a/dev-ruby/jwt/jwt-2.2.1.ebuild +++ b/dev-ruby/jwt/jwt-2.2.1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jwt/ruby-jwt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" RUBY_S="ruby-jwt-${PV}"