commit:     3d85902c18aa65825716d0a35782750f8579b0ac
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  6 18:51:56 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul  6 19:06:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d85902c

dev-ruby/actiontext: enable ruby34

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/actiontext/actiontext-8.0.2.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/actiontext/actiontext-8.0.2.ebuild 
b/dev-ruby/actiontext/actiontext-8.0.2.ebuild
index f13352453f7c..5feb38705451 100644
--- a/dev-ruby/actiontext/actiontext-8.0.2.ebuild
+++ b/dev-ruby/actiontext/actiontext-8.0.2.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby32 ruby33"
+
+USE_RUBY="ruby32 ruby33 ruby34"
 
 RUBY_FAKEGEM_RECIPE_DOC="none"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
@@ -62,3 +63,8 @@ all_ruby_prepare() {
 each_ruby_prepare() {
        sed -i -e 's:ruby:'${RUBY}':' test/dummy/bin/* || die
 }
+
+each_ruby_test() {
+       export SEED="2"
+       each_fakegem_test
+}

Reply via email to