Diff passenger-6.0.27 with a passenger-6.1.1

/usr/portage/www-apache/passenger/passenger-6.1.1.ebuild 2026-01-17 11:18:06.863506109 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
USE_RUBY="ruby32 ruby33 ruby34"
6
USE_RUBY="ruby32 ruby33 ruby34 ruby40"
7 7

  
8 8
inherit apache-module flag-o-matic ruby-ng toolchain-funcs
9 9

  
......
14 14
# Passenger is licensed MIT, but vendored code licenses should also be taken into account.
15 15
LICENSE="Boost-1.0 MIT BSD"
16 16
SLOT="0"
17
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
17
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
18 18
IUSE="apache2 debug"
19 19

  
20 20
ruby_add_bdepend "dev-ruby/rake"
Thank you!