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 822CF13835A for ; Tue, 4 May 2021 05:29:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CEC7E0885; Tue, 4 May 2021 05:29:45 +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 4535EE0885 for ; Tue, 4 May 2021 05:29:45 +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 D9AAD34096C for ; Tue, 4 May 2021 05:29:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BC5D743 for ; Tue, 4 May 2021 05:29:42 +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: <1620106177.7d16e7101316b42371bc335dfff7e0073961cb3f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/capybara/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/capybara/capybara-3.35.3.ebuild X-VCS-Directories: dev-ruby/capybara/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 7d16e7101316b42371bc335dfff7e0073961cb3f X-VCS-Branch: master Date: Tue, 4 May 2021 05:29:42 +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: 38be299e-748b-430d-b51a-6371f29c0a12 X-Archives-Hash: 3ca8c9c37d340118160646e5c3eb8ec8 commit: 7d16e7101316b42371bc335dfff7e0073961cb3f Author: Hans de Graaff gentoo org> AuthorDate: Tue May 4 05:17:44 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue May 4 05:29:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d16e710 dev-ruby/capybara: allow newer regexp_parser slot Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/capybara/capybara-3.35.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/capybara/capybara-3.35.3.ebuild b/dev-ruby/capybara/capybara-3.35.3.ebuild index 101193fb0c5..51a99849413 100644 --- a/dev-ruby/capybara/capybara-3.35.3.ebuild +++ b/dev-ruby/capybara/capybara-3.35.3.ebuild @@ -35,7 +35,7 @@ ruby_add_rdepend " >=dev-ruby/nokogiri-1.8:0 >=dev-ruby/rack-1.6.0:* >=dev-ruby/rack-test-0.6.3:* - >=dev-ruby/regexp_parser-1.5:1 + || ( dev-ruby/regexp_parser:2 >=dev-ruby/regexp_parser-1.5:1 ) >=dev-ruby/xpath-3.2:3" all_ruby_prepare() {