commit: b4473a66a37984eba470b4fcc74174d42ea4f2ab
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 14 20:56:50 2026 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan 14 21:28:42 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4473a66
dev-ruby/ffi-compiler: enable ruby40
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ffi-compiler/ffi-compiler-1.3.2.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ffi-compiler/ffi-compiler-1.3.2.ebuild
b/dev-ruby/ffi-compiler/ffi-compiler-1.3.2.ebuild
index 67ab91efd480..889a9835d3fd 100644
--- a/dev-ruby/ffi-compiler/ffi-compiler-1.3.2.ebuild
+++ b/dev-ruby/ffi-compiler/ffi-compiler-1.3.2.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33 ruby34"
+USE_RUBY="ruby32 ruby33 ruby34 ruby40"
+
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_RECIPE_TEST="none"
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
inherit ruby-fakegem
DESCRIPTION="Ruby FFI Rakefile generator"