diff options
author | Sam James <sam@gentoo.org> | 2023-07-19 12:00:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-19 12:00:21 +0100 |
commit | 394d90241f24ed7a65d0e18375d963ecba2b7b15 (patch) | |
tree | bbafeb0492d7bb618f0db81010b4f6a68ccfa9ad /www-apache | |
parent | www-apache/passenger: Stabilize 6.0.18 x86, #910545 (diff) | |
download | gentoo-394d90241f24ed7a65d0e18375d963ecba2b7b15.tar.gz gentoo-394d90241f24ed7a65d0e18375d963ecba2b7b15.tar.bz2 gentoo-394d90241f24ed7a65d0e18375d963ecba2b7b15.zip |
www-apache/passenger: Stabilize 6.0.18 amd64, #910545
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/passenger/passenger-6.0.18.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apache/passenger/passenger-6.0.18.ebuild b/www-apache/passenger/passenger-6.0.18.ebuild index 2dbc719b139e..653c25c95e80 100644 --- a/www-apache/passenger/passenger-6.0.18.ebuild +++ b/www-apache/passenger/passenger-6.0.18.ebuild @@ -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 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="apache2 debug" ruby_add_bdepend "dev-ruby/rake" |