diff options
author | Sam James <sam@gentoo.org> | 2024-01-23 16:39:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-23 16:39:28 +0000 |
commit | 32de1cd47192e27b39bee7fb5378af252a88f8b8 (patch) | |
tree | 7a43f1c2c8dad812e2f4c62d1981fa1c4fe30663 /www-apache/passenger | |
parent | net-analyzer/sslscan: Stabilize 2.1.2 amd64, #922767 (diff) | |
download | gentoo-32de1cd47192e27b39bee7fb5378af252a88f8b8.tar.gz gentoo-32de1cd47192e27b39bee7fb5378af252a88f8b8.tar.bz2 gentoo-32de1cd47192e27b39bee7fb5378af252a88f8b8.zip |
www-apache/passenger: Stabilize 6.0.19 x86, #922768
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apache/passenger')
-rw-r--r-- | www-apache/passenger/passenger-6.0.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/passenger/passenger-6.0.19.ebuild b/www-apache/passenger/passenger-6.0.19.ebuild index 3a3213e367bb..031100f4e136 100644 --- a/www-apache/passenger/passenger-6.0.19.ebuild +++ b/www-apache/passenger/passenger-6.0.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="https://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz" # Passenger is licensed MIT, but vendored code licenses should also be taken into account. LICENSE="Boost-1.0 MIT BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86" IUSE="apache2 debug" ruby_add_bdepend "dev-ruby/rake" |