projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c09e0b
)
[packages] ruby: add dependency on ruby-core to ruby-irb (closes: #5112)
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 13 May 2009 07:34:17 +0000
(07:34 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 13 May 2009 07:34:17 +0000
(07:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15813
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
lang/ruby/Makefile
patch
|
blob
|
history
diff --git
a/lang/ruby/Makefile
b/lang/ruby/Makefile
index
f1a682b
..
c262071
100644
(file)
--- a/
lang/ruby/Makefile
+++ b/
lang/ruby/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=ruby
PKG_VERSION:=1.8.6-p287
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.ruby-lang.org/pub/ruby/1.8/
@@
-80,7
+80,7
@@
endef
define Package/ruby-irb
$(call Package/ruby/Default)
TITLE+= (interactive shell)
- DEPENDS:=ruby
+ DEPENDS:=ruby
+ruby-core
endef
define Package/ruby-ncurses