diff options
author | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2014-10-04 17:19:54 -0300 |
---|---|---|
committer | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2014-10-07 14:14:53 -0300 |
commit | c90a4cb178a26924efc33131c5bcf925310f5d9e (patch) | |
tree | dae4cbd24d8a4dcf2cd22a62aa0826a6c59f6023 /lang/ruby/Makefile | |
parent | a0e65256e93dac17d221bf788507285ba0eca632 (diff) |
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>
Diffstat (limited to 'lang/ruby/Makefile')
-rw-r--r-- | lang/ruby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 66d58e33a..dfdac6f91 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -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 |