Skip to content

Commit

Permalink
app-admin/fluentd: add ruby26
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff <[email protected]>
  • Loading branch information
graaff committed Nov 17, 2019
1 parent df6d820 commit 2fc2cfc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app-admin/fluentd/fluentd-1.4.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
USE_RUBY="ruby23 ruby24 ruby25"
USE_RUBY="ruby23 ruby24 ruby25 ruby26"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"

Expand Down Expand Up @@ -35,6 +35,9 @@ all_ruby_prepare() {
-e '/tzinfo-data/d' \
-e '/dig_rb/d' \
"${PN}".gemspec || die "'sed failed"

# Avoid test dependency on unpackaged oj
rm -f test/test_event_time.rb || die
}

all_ruby_install() {
Expand Down

0 comments on commit 2fc2cfc

Please sign in to comment.