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 36319138335 for ; Wed, 27 Nov 2019 13:03:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B949E08FB; Wed, 27 Nov 2019 13:03:05 +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 35467E08FB for ; Wed, 27 Nov 2019 13:03:05 +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 5FB6E34D499 for ; Wed, 27 Nov 2019 13:03:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E74B08B5 for ; Wed, 27 Nov 2019 13:03:02 +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: <1574859750.b0ef19243365eae37f7ab34a149b58a4937a3fb8.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bundler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/bundler/bundler-1.17.3.ebuild X-VCS-Directories: dev-ruby/bundler/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b0ef19243365eae37f7ab34a149b58a4937a3fb8 X-VCS-Branch: master Date: Wed, 27 Nov 2019 13:03:02 +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: 9b0b10f7-aeb4-4b8e-b8c7-fc2885c57799 X-Archives-Hash: ee88416f1892446dac3664f208535fd1 commit: b0ef19243365eae37f7ab34a149b58a4937a3fb8 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Nov 27 13:02:30 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Nov 27 13:02:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ef1924 dev-ruby/bundler: arm stable wrt bug #700922 Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada gentoo.org> dev-ruby/bundler/bundler-1.17.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/bundler/bundler-1.17.3.ebuild b/dev-ruby/bundler/bundler-1.17.3.ebuild index cf89efa36cf..d4e63e5bbe7 100644 --- a/dev-ruby/bundler/bundler-1.17.3.ebuild +++ b/dev-ruby/bundler/bundler-1.17.3.ebuild @@ -25,7 +25,7 @@ HOMEPAGE="https://github.com/carlhuda/bundler" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+doc test" ruby_add_rdepend virtual/rubygems