aports/community/ruby-liquid/tests-disable-liquid-c.patch
Jakub Jirutka 7ef18371ef community/ruby-liquid: move from testing
Needed for jekyll.
2021-10-22 00:59:48 +02:00

14 lines
271 B
Diff

We don't package liquid-c.
--- a/Rakefile
+++ b/Rakefile
@@ -32,7 +32,7 @@
Rake::Task['base_test'].reenable
Rake::Task['base_test'].invoke
- if RUBY_ENGINE == 'ruby'
+ if false # XXX-Patched
ENV['LIQUID-C'] = '1'
ENV['LIQUID_PARSER_MODE'] = 'lax'