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 B6CF3138334 for ; Fri, 29 Mar 2019 12:28:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 880F7E083B; Fri, 29 Mar 2019 12:28:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5F821E083B for ; Fri, 29 Mar 2019 12:28:28 +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 B8954335D0D for ; Fri, 29 Mar 2019 12:28:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D9AC581 for ; Fri, 29 Mar 2019 12:28:25 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1553862499.2f3e321381f50ea4eaaa0f3e96e13d3fba51eabd.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activesupport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/activesupport/activesupport-5.2.3.ebuild X-VCS-Directories: dev-ruby/activesupport/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 2f3e321381f50ea4eaaa0f3e96e13d3fba51eabd X-VCS-Branch: master Date: Fri, 29 Mar 2019 12:28:25 +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: ac92d37a-b8c7-4439-8dd0-eff0945d7603 X-Archives-Hash: 7b119d9cb59c0fc88deb778d9781adaa commit: 2f3e321381f50ea4eaaa0f3e96e13d3fba51eabd Author: Hans de Graaff gentoo org> AuthorDate: Fri Mar 29 11:23:36 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Mar 29 12:28:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3e3213 dev-ruby/activesupport: update i18n to only consider ruby26 versions Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/activesupport/activesupport-5.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/activesupport/activesupport-5.2.3.ebuild b/dev-ruby/activesupport/activesupport-5.2.3.ebuild index 49c7c07b967..de529116b46 100644 --- a/dev-ruby/activesupport/activesupport-5.2.3.ebuild +++ b/dev-ruby/activesupport/activesupport-5.2.3.ebuild @@ -28,7 +28,7 @@ RUBY_S="rails-${PV}/${PN}" ruby_add_rdepend " >=dev-ruby/concurrent-ruby-1.0.2:1 - || ( dev-ruby/i18n:1 dev-ruby/i18n:0.9 dev-ruby/i18n:0.8 dev-ruby/i18n:0.7 ) + dev-ruby/i18n:1 >=dev-ruby/tzinfo-1.1:1 >=dev-ruby/minitest-5.1:5"