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
commite7f939755cc9eee925a54ad44e674ada2a032f9f (patch)
tree50265677e068be8dcecf4172817bcb5500c2d5d9 /dev-libs
parentFix bug 33696 by allowing long usernames in atd, thanks to Yuval Kogman for t... (diff)
downloadhistorical-e7f939755cc9eee925a54ad44e674ada2a032f9f.tar.gz
historical-e7f939755cc9eee925a54ad44e674ada2a032f9f.tar.bz2
historical-e7f939755cc9eee925a54ad44e674ada2a032f9f.zip
added lua dependency
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/luabind/ChangeLog5
-rw-r--r--dev-libs/luabind/Manifest4
-rw-r--r--dev-libs/luabind/luabind-6.ebuild5
3 files changed, 9 insertions, 5 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/Manifest b/dev-libs/luabind/Manifest
index 0845f9bd6868..c5e857c1b306 100644
--- a/dev-libs/luabind/Manifest
+++ b/dev-libs/luabind/Manifest
@@ -1,4 +1,4 @@
-MD5 490b0bc0c3f48c5723708cb5dfeeb817 ChangeLog 331
+MD5 9d47ea43564848c209982c904ef66f2d ChangeLog 430
MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225
-MD5 a973ef3f6de31265680aad87ecdb6eae luabind-6.ebuild 667
+MD5 c9751dbf8c7616549d8af0bf44235bc4 luabind-6.ebuild 681
MD5 b5429820d4bcbb65850c97cae3ef2f6d files/digest-luabind-6 62
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"