summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/lua/lua-5.1.4.ebuild')
-rw-r--r--dev-lang/lua/lua-5.1.4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/lua/lua-5.1.4.ebuild b/dev-lang/lua/lua-5.1.4.ebuild
index 7a8547d16c0d..da1a1e057e86 100644
--- a/dev-lang/lua/lua-5.1.4.ebuild
+++ b/dev-lang/lua/lua-5.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-5.1.4.ebuild,v 1.9 2011/09/11 02:23:51 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-5.1.4.ebuild,v 1.10 2011/09/17 12:09:45 flameeyes Exp $
EAPI="1"
@@ -15,7 +15,8 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="+deprecated readline static"
-DEPEND="readline? ( sys-libs/readline )
+RDEPEND="readline? ( sys-libs/readline )"
+DEPEND="${RDEPEND}
sys-devel/libtool"
src_unpack() {