From cbf19d1512550d14f5a48d091965f2c843af723f Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 13 May 2009 07:34:17 +0000 Subject: [PATCH] [packages] ruby: add dependency on ruby-core to ruby-irb (closes: #5112) SVN-Revision: 15813 --- lang/ruby/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 10ea51e2fe..f0ecc5e3c2 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ruby PKG_VERSION:=1.8.6-p36 -PKG_RELEASE:=1 +PKG_RELEASE:=1.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.ruby-lang.org/pub/ruby/1.8/ @@ -81,7 +81,7 @@ endef define Package/ruby-irb $(call Package/ruby/Default) TITLE+= (interactive shell) - DEPENDS:=ruby + DEPENDS:=ruby +ruby-core endef define Package/ruby-ncurses -- 2.30.2