From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1207610-garchives=archives.gentoo.org@lists.gentoo.org> 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 639D313835A for <garchives@archives.gentoo.org>; Sat, 19 Sep 2020 20:14:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B88BE07A5; Sat, 19 Sep 2020 20:14:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 76DA5E07A5 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Sep 2020 20:14:03 +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 61CA5341093 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Sep 2020 20:14:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19984366 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Sep 2020 20:14:01 +0000 (UTC) From: "Mikle Kolyada" <zlogene@gentoo.org> 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" <zlogene@gentoo.org> Message-ID: <1600546432.77a5afbd86b37d9caedf1b0f74ec2b44fdd9b415.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-2.1.4.ebuild X-VCS-Directories: dev-ruby/bundler/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 77a5afbd86b37d9caedf1b0f74ec2b44fdd9b415 X-VCS-Branch: master Date: Sat, 19 Sep 2020 20:14:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0da64be0-1b59-40f7-beb3-eb5519af416a X-Archives-Hash: f05ae822508c97a98f1266462a54dde4 commit: 77a5afbd86b37d9caedf1b0f74ec2b44fdd9b415 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Sep 19 20:13:52 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Sep 19 20:13:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77a5afbd dev-ruby/bundler: Stabilize 2.1.4 amd64, #743214 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> dev-ruby/bundler/bundler-2.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/bundler/bundler-2.1.4.ebuild b/dev-ruby/bundler/bundler-2.1.4.ebuild index 35fd0df0870..2ffbf323f92 100644 --- a/dev-ruby/bundler/bundler-2.1.4.ebuild +++ b/dev-ruby/bundler/bundler-2.1.4.ebuild @@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/carlhuda/bundler" LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa 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 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