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 E2A131381F3 for ; Thu, 21 May 2020 06:59:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE470E0934; Thu, 21 May 2020 06:59:13 +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 D47CDE0934 for ; Thu, 21 May 2020 06:59:13 +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 B918034F499 for ; Thu, 21 May 2020 06:59:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DA4A26 for ; Thu, 21 May 2020 06:59:10 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1590044339.ddbae95dfdf8595cf326b00f7513d0f267cc8256.gyakovlev@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.9-r1.ebuild app-emulation/vagrant/vagrant-2.2.9.ebuild X-VCS-Directories: app-emulation/vagrant/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: ddbae95dfdf8595cf326b00f7513d0f267cc8256 X-VCS-Branch: master Date: Thu, 21 May 2020 06:59:10 +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: 5a1d6883-0b3b-4bc0-bcf1-d338a8c710bb X-Archives-Hash: 093910e2b878abc6e3e0002c94d99f37 commit: ddbae95dfdf8595cf326b00f7513d0f267cc8256 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu May 21 06:58:20 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu May 21 06:58:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddbae95d app-emulation/vagrant: revbump 2.2.9, relax net-sftp dep version 3 is compatible with 2.x Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> app-emulation/vagrant/{vagrant-2.2.9.ebuild => vagrant-2.2.9-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/vagrant/vagrant-2.2.9.ebuild b/app-emulation/vagrant/vagrant-2.2.9-r1.ebuild similarity index 98% rename from app-emulation/vagrant/vagrant-2.2.9.ebuild rename to app-emulation/vagrant/vagrant-2.2.9-r1.ebuild index 8dddc89d151..9e265ce73a4 100644 --- a/app-emulation/vagrant/vagrant-2.2.9.ebuild +++ b/app-emulation/vagrant/vagrant-2.2.9-r1.ebuild @@ -58,7 +58,7 @@ all_ruby_prepare() { rm Gemfile || die # loosen dependencies - sed -e '/hashicorp-checkpoint\|i18n\|listen\|net-ssh\|net-scp\|rake\|childprocess/s/~>/>=/' \ + sed -e '/hashicorp-checkpoint\|i18n\|listen\|net-ssh\|net-scp\|net-sftp\|rake\|childprocess/s/~>/>=/' \ -i ${PN}.gemspec || die # remove windows-specific gems