You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/prime/files/prime-1.0.0.1-require.patch

14 lines
354 B

diff --git a/lib/taiyaki.rb b/lib/taiyaki.rb
index 3c2ca04..83632e4 100644
--- a/lib/taiyaki.rb
+++ b/lib/taiyaki.rb
@@ -12,7 +12,7 @@ $KCODE = 'e'
require 'jcode'
begin
- Kernel::require('progressbar')
+ require('progressbar')
rescue LoadError
$stderr.puts "WARNING:"
$stderr.puts(" The required Ruby library 'progressbar' is not found.")