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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BBE515A7DA for ; Sat, 18 Mar 2023 01:22:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F115E07E0; Sat, 18 Mar 2023 01:22:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45B1FE07E0 for ; Sat, 18 Mar 2023 01:22:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44B9C341323 for ; Sat, 18 Mar 2023 01:22:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA13C8E5 for ; Sat, 18 Mar 2023 01:22:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1679102377.eb3cf3a39a5030a0a5f31d7427749c40099c9eca.sam@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.2.19-r1.ebuild app-emulation/vagrant/vagrant-2.2.19-r2.ebuild X-VCS-Directories: app-emulation/vagrant/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: eb3cf3a39a5030a0a5f31d7427749c40099c9eca X-VCS-Branch: master Date: Sat, 18 Mar 2023 01:22:21 +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: 01d313ee-b6a5-4307-97e0-a98750bfb9e8 X-Archives-Hash: e3fa02f72f763a025495507705a3cd4c commit: eb3cf3a39a5030a0a5f31d7427749c40099c9eca Author: Sam James gentoo org> AuthorDate: Sat Mar 18 00:58:53 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 18 01:19:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3cf3a3 app-emulation/vagrant: fix net-ssh dep Closes: https://bugs.gentoo.org/880209 Signed-off-by: Sam James gentoo.org> .../vagrant/{vagrant-2.2.19-r1.ebuild => vagrant-2.2.19-r2.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-emulation/vagrant/vagrant-2.2.19-r1.ebuild b/app-emulation/vagrant/vagrant-2.2.19-r2.ebuild similarity index 96% rename from app-emulation/vagrant/vagrant-2.2.19-r1.ebuild rename to app-emulation/vagrant/vagrant-2.2.19-r2.ebuild index b9dfc5890e75..0fd0e7381a92 100644 --- a/app-emulation/vagrant/vagrant-2.2.19-r1.ebuild +++ b/app-emulation/vagrant/vagrant-2.2.19-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec" @@ -41,7 +41,8 @@ ruby_add_rdepend " >=dev-ruby/rubyzip-2.0 >=dev-ruby/net-scp-3.0.0 >=dev-ruby/net-sftp-3.0 - >=dev-ruby/net-ssh-6.1.0 + >=dev-ruby/net-ssh-6.1.0:6 + =dev-ruby/vagrant_cloud-3.0.5 >=dev-ruby/rexml-3.2.5