summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2004-04-06 21:35:52 +0000
committerRyan Phillips <rphillips@gentoo.org>2004-04-06 21:35:52 +0000
commitdc4d437d54f2d347194fe3e752b138ab4efffa48 (patch)
tree0d061dbf950346a6a1d70ee0f79b48d5e83dc8dc /dev-libs/luabind
parentFix bug 33696 by allowing long usernames in atd, thanks to Yuval Kogman for t... (diff)
downloadgentoo-2-dc4d437d54f2d347194fe3e752b138ab4efffa48.tar.gz
gentoo-2-dc4d437d54f2d347194fe3e752b138ab4efffa48.tar.bz2
gentoo-2-dc4d437d54f2d347194fe3e752b138ab4efffa48.zip
added lua dependency
Diffstat (limited to 'dev-libs/luabind')
-rw-r--r--dev-libs/luabind/ChangeLog5
-rw-r--r--dev-libs/luabind/luabind-6.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/luabind/ChangeLog b/dev-libs/luabind/ChangeLog
index fb914334788b..7e055e6c677a 100644
--- a/dev-libs/luabind/ChangeLog
+++ b/dev-libs/luabind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/luabind
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/luabind/ChangeLog,v 1.1 2004/04/06 19:14:04 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/luabind/ChangeLog,v 1.2 2004/04/06 21:35:52 rphillips Exp $
+
+ 06 Apr 2004; Ryan Phillips <rphillips@gentoo.org> luabind-6.ebuild:
+ added lua as a dependency
*luabind-6 (06 Apr 2004)
diff --git a/dev-libs/luabind/luabind-6.ebuild b/dev-libs/luabind/luabind-6.ebuild
index e406abe6e462..098e53c340ea 100644
--- a/dev-libs/luabind/luabind-6.ebuild
+++ b/dev-libs/luabind/luabind-6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/luabind/luabind-6.ebuild,v 1.1 2004/04/06 19:14:04 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/luabind/luabind-6.ebuild,v 1.2 2004/04/06 21:35:52 rphillips Exp $
S=${WORKDIR}/luabind
DESCRIPTION="C++ library that helps to create bindings for Lua"
@@ -10,7 +10,8 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="x86"
IUSE=""
-DEPEND="dev-libs/boost"
+DEPEND="dev-lang/lua
+ dev-libs/boost"
src_compile() {
einfo "No compilation necessary"