Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 951660 - www-apache/passenger: enable support for ruby34
Summary: www-apache/passenger: enable support for ruby34
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Hans de Graaff
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-20 14:11 UTC by Timo Gurr
Modified: 2025-03-21 18:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timo Gurr 2025-03-20 14:11:19 UTC
Stuff like the current version of OpenProject relies on Ruby 3.4 so Passenger supporting Ruby 3.4 is also a requirement (at least when running it in a setup like this). Using OpenProject 15.4.0 I was able to test Ruby 3.4 support by expanding the list of supported Ruby versions via adding ruby34 to USE_RUBY of the following packages:

* www-apache/passenger 6.0.26
* dev-ruby/rackup 2.2.1
* dev-ruby/rack 3.0.14

I didn't do much testing but Passenger as well as the application (OpenProject 15.4.0) seem to run fine.

Reproducible: Always

Steps to Reproduce:
1. Try to install www-apache/passenger with RUBY_TARGETS="ruby34"
Actual Results:  
Unable to install Passenger with Ruby 3.4 support / for RUBY_TARGETS="ruby34".

Expected Results:  
Being able to install Passenger with Ruby 3.4 support / for RUBY_TARGETS="ruby34".