diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2004-04-06 21:35:52 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2004-04-06 21:35:52 +0000 |
commit | e7f939755cc9eee925a54ad44e674ada2a032f9f (patch) | |
tree | 50265677e068be8dcecf4172817bcb5500c2d5d9 /dev-libs/luabind/luabind-6.ebuild | |
parent | Fix bug 33696 by allowing long usernames in atd, thanks to Yuval Kogman for t... (diff) | |
download | historical-e7f939755cc9eee925a54ad44e674ada2a032f9f.tar.gz historical-e7f939755cc9eee925a54ad44e674ada2a032f9f.tar.bz2 historical-e7f939755cc9eee925a54ad44e674ada2a032f9f.zip |
added lua dependency
Diffstat (limited to 'dev-libs/luabind/luabind-6.ebuild')
-rw-r--r-- | dev-libs/luabind/luabind-6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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" |