commit: 6ea37d38e5374ff8725fba036ec53b41b1dab7dd
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 9 09:54:38 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 9 09:55:14 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea37d38
dev-ruby/contracts: enable ruby34
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/contracts/contracts-0.17.2.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-ruby/contracts/contracts-0.17.2.ebuild
b/dev-ruby/contracts/contracts-0.17.2.ebuild
index 7be1226c4cbd..3e3c185ddeb5 100644
--- a/dev-ruby/contracts/contracts-0.17.2.ebuild
+++ b/dev-ruby/contracts/contracts-0.17.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
+USE_RUBY="ruby32 ruby33 ruby34"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
@@ -18,6 +18,8 @@ LICENSE="MIT"
SLOT="$(ver_cut 1-2)"
KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+PATCHES=( "${FILESDIR}/${P}-ruby34.patch" )
+
each_ruby_test() {
# COLUMNS needed for specs that test line wrapping in
spec/contracts_spec.rb
local -x COLUMNS=80