mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-admin/fluentd: enable ruby30
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
USE_RUBY="ruby26 ruby27"
|
||||
# ruby30 should be fine according to fluent docs but http_parser_rb and serverengine below doesn't.
|
||||
USE_RUBY="ruby27 ruby30"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
||||
|
||||
@@ -31,6 +30,8 @@ ruby_add_rdepend "
|
||||
>=dev-ruby/tzinfo-1.0
|
||||
>=dev-ruby/yajl-ruby-1.0"
|
||||
|
||||
ruby_add_depend "test? ( dev-ruby/flexmock )"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i \
|
||||
-e '/tzinfo-data/d' \
|
||||
|
||||
Reference in New Issue
Block a user