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 D5F4A138334 for ; Tue, 24 Jul 2018 18:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D324AE0955; Tue, 24 Jul 2018 18:54:14 +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 A430FE0955 for ; Tue, 24 Jul 2018 18:54:14 +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 4BC9F33BEC5 for ; Tue, 24 Jul 2018 18:54:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD6A5371 for ; Tue, 24 Jul 2018 18:54:11 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1532458440.465c1f053f5a57479b24716de7edd6c9d1f5727e.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vagrant/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vagrant/vagrant-2.1.2-r1.ebuild X-VCS-Directories: app-emulation/vagrant/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 465c1f053f5a57479b24716de7edd6c9d1f5727e X-VCS-Branch: master Date: Tue, 24 Jul 2018 18:54:11 +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-Archives-Salt: 2693abe1-d1b8-4b70-b233-574abc4e804d X-Archives-Hash: eac1e0c7ac8f3a1864bec4fee4de332c commit: 465c1f053f5a57479b24716de7edd6c9d1f5727e Author: Virgil Dupras gentoo org> AuthorDate: Tue Jul 24 18:54:00 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Tue Jul 24 18:54:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465c1f05 app-emulation/vagrant: loosen requirement on rake In the interest of stabilizing vagrant soon, we loosen requirement on dev-ruby/rake so it depends on its current stable version. Vagrant builds fine even with rake 10. See comment in code. Package-Manager: Portage-2.3.43, Repoman-2.3.10 app-emulation/vagrant/vagrant-2.1.2-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app-emulation/vagrant/vagrant-2.1.2-r1.ebuild b/app-emulation/vagrant/vagrant-2.1.2-r1.ebuild index c41ac30accb..77b5794d567 100644 --- a/app-emulation/vagrant/vagrant-2.1.2-r1.ebuild +++ b/app-emulation/vagrant/vagrant-2.1.2-r1.ebuild @@ -41,8 +41,12 @@ ruby_add_rdepend " =12 but it apparently doesn't need something this +# recent. Because vagrant builds fine with rake 10 and because stabilizing rake +# is tricky, we specify a lower dependency requirement here. This way, we'll be +# able to stabilize vagrant sooner. ruby_add_bdepend " - >=dev-ruby/rake-12.0.0 + >=dev-ruby/rake-10.0.0 " all_ruby_prepare() {