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 | dc4d437d54f2d347194fe3e752b138ab4efffa48 (patch) | |
tree | 0d061dbf950346a6a1d70ee0f79b48d5e83dc8dc /dev-libs/luabind/luabind-6.ebuild | |
parent | Fix bug 33696 by allowing long usernames in atd, thanks to Yuval Kogman for t... (diff) | |
download | gentoo-2-dc4d437d54f2d347194fe3e752b138ab4efffa48.tar.gz gentoo-2-dc4d437d54f2d347194fe3e752b138ab4efffa48.tar.bz2 gentoo-2-dc4d437d54f2d347194fe3e752b138ab4efffa48.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" |