diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-07 19:13:37 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-07 19:13:37 +0000 |
commit | b38eb649ea496207f7050e4e7ccd65eb87d40b35 (patch) | |
tree | 42262127b74234d789b04326b9a19934ff42cd28 /dev-lua/luarocks/luarocks-2.0.7.1.ebuild | |
parent | Version bump; remove old, beta, and rc (diff) | |
download | historical-b38eb649ea496207f7050e4e7ccd65eb87d40b35.tar.gz historical-b38eb649ea496207f7050e4e7ccd65eb87d40b35.tar.bz2 historical-b38eb649ea496207f7050e4e7ccd65eb87d40b35.zip |
inherit multilib for get_libdir
Package-Manager: portage-2.2.0_alpha110/cvs/Linux i686
Diffstat (limited to 'dev-lua/luarocks/luarocks-2.0.7.1.ebuild')
-rw-r--r-- | dev-lua/luarocks/luarocks-2.0.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/luarocks/luarocks-2.0.7.1.ebuild b/dev-lua/luarocks/luarocks-2.0.7.1.ebuild index d0ce24db4ec8..c4ed90916fc8 100644 --- a/dev-lua/luarocks/luarocks-2.0.7.1.ebuild +++ b/dev-lua/luarocks/luarocks-2.0.7.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/luarocks/luarocks-2.0.7.1.ebuild,v 1.1 2012/01/24 20:56:04 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/luarocks/luarocks-2.0.7.1.ebuild,v 1.2 2012/06/07 19:13:37 zmedico Exp $ EAPI=4 -inherit eutils +inherit eutils multilib DESCRIPTION="A deployment and management system for Lua modules" HOMEPAGE="http://www.luarocks.org" |