commit:     b544c7f4a33076eff75f39029bb56b0bfbe1f5c3
Author:     Mikhail Limansky <mike.limansky <AT> gmail <DOT> com>
AuthorDate: Fri Jan 20 22:11:53 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 08:30:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b544c7f4

app-emulation/vagrant: Support ruby30

Closes: https://bugs.gentoo.org/891127
Signed-off-by: Mikhail Limansky <mike.limansky <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29193
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-emulation/vagrant/files/vagrant.in                             | 2 +-
 app-emulation/vagrant/vagrant-2.2.18-r1.ebuild                     | 4 ++--
 app-emulation/vagrant/vagrant-2.2.19-r1.ebuild                     | 4 ++--
 app-emulation/vagrant/vagrant-2.2.19.ebuild                        | 4 ++--
 dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.5-r1.ebuild | 4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-emulation/vagrant/files/vagrant.in 
b/app-emulation/vagrant/files/vagrant.in
index 5760b56839c8..d77c39d06045 100644
--- a/app-emulation/vagrant/files/vagrant.in
+++ b/app-emulation/vagrant/files/vagrant.in
@@ -4,7 +4,7 @@
 # Vagrant installation directory. This sets up proper environmental variables
 # so that everything loads and compiles to proper directories.
 
-for r in ruby27 ruby26 ruby25; do
+for r in ruby30 ruby27 ruby26; do
   # not all ruby versions are guaranteed to be installed
   if ! command -v "${r}" >/dev/null 2>&1; then
     continue

diff --git a/app-emulation/vagrant/vagrant-2.2.18-r1.ebuild 
b/app-emulation/vagrant/vagrant-2.2.18-r1.ebuild
index 3d8077b15ec7..ddb8fa90f82a 100644
--- a/app-emulation/vagrant/vagrant-2.2.18-r1.ebuild
+++ b/app-emulation/vagrant/vagrant-2.2.18-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_RUBY="ruby26 ruby27"
+USE_RUBY="ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec"

diff --git a/app-emulation/vagrant/vagrant-2.2.19-r1.ebuild 
b/app-emulation/vagrant/vagrant-2.2.19-r1.ebuild
index bb916546e995..b9dfc5890e75 100644
--- a/app-emulation/vagrant/vagrant-2.2.19-r1.ebuild
+++ b/app-emulation/vagrant/vagrant-2.2.19-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_RUBY="ruby26 ruby27"
+USE_RUBY="ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec"

diff --git a/app-emulation/vagrant/vagrant-2.2.19.ebuild 
b/app-emulation/vagrant/vagrant-2.2.19.ebuild
index 064cab439b20..3dde73808665 100644
--- a/app-emulation/vagrant/vagrant-2.2.19.ebuild
+++ b/app-emulation/vagrant/vagrant-2.2.19.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_RUBY="ruby26 ruby27"
+USE_RUBY="ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec"

diff --git a/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.5-r1.ebuild 
b/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.5-r1.ebuild
index 590becb49aca..f4f184d7e2a4 100644
--- a/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.5-r1.ebuild
+++ b/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.5-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"

Reply via email to