diff options
Diffstat (limited to 'dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild')
-rw-r--r-- | dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild b/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild index 0ce6d789e751..000d82662d28 100644 --- a/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild +++ b/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild,v 1.9 2012/11/06 17:05:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild,v 1.10 2012/12/02 13:59:57 graaff Exp $ EAPI=4 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -16,7 +16,7 @@ inherit ruby-fakegem eutils DESCRIPTION="Provide a standard and simplified way to build and package Ruby extensions" HOMEPAGE="http://github.com/luislavena/rake-compiler" -LICENSE="as-is" # truly +LICENSE="MIT" SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz" RUBY_S="luislavena-${PN}-*" |