commit: 0947e038ddf61fc682d55778c42c3bbd5c77beb5
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 10:42:21 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 10:42:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0947e038
app-admin/fluentd: enable ruby30
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
app-admin/fluentd/fluentd-1.14.4.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/app-admin/fluentd/fluentd-1.14.4.ebuild
b/app-admin/fluentd/fluentd-1.14.4.ebuild
index 61c666cd7a7b..f321af8ee374 100644
--- a/app-admin/fluentd/fluentd-1.14.4.ebuild
+++ b/app-admin/fluentd/fluentd-1.14.4.ebuild
@@ -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' \