mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
ruby: rdoc can run without gems (with patch)
rdoc seems to be written to run without gem. However, some internal code still does not check for gems presence. With a small patch, rdoc can run without gems. Ref: https://bugs.ruby-lang.org/issues/10196 Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ruby
|
||||
PKG_VERSION:=2.1.2
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
|
||||
PKG_LIBVER:=2.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user