diff options
Diffstat (limited to 'dev-lua/toluapp/toluapp-1.0.92.ebuild')
-rw-r--r-- | dev-lua/toluapp/toluapp-1.0.92.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lua/toluapp/toluapp-1.0.92.ebuild b/dev-lua/toluapp/toluapp-1.0.92.ebuild index 230468a8c58b..6d543c057ae4 100644 --- a/dev-lua/toluapp/toluapp-1.0.92.ebuild +++ b/dev-lua/toluapp/toluapp-1.0.92.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/toluapp/toluapp-1.0.92.ebuild,v 1.1 2010/11/06 01:38:02 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/toluapp/toluapp-1.0.92.ebuild,v 1.2 2012/11/18 23:28:11 rafaelmartins Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ DESCRIPTION="A tool to integrate C/C++ code with Lua." HOMEPAGE="http://www.codenix.com/~tolua/" SRC_URI="http://www.codenix.com/~tolua/${MY_P}.tar.bz2" KEYWORDS="amd64 ppc x86" -LICENSE="as-is" +LICENSE="MIT" SLOT="0" IUSE="" S=${WORKDIR}/${MY_P} |