diff options
Diffstat (limited to 'dev-ruby/map/map-6.5.4.ebuild')
-rw-r--r-- | dev-ruby/map/map-6.5.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/map/map-6.5.4.ebuild b/dev-ruby/map/map-6.5.4.ebuild index b8c9556c1cb0..a747f5fdfadd 100644 --- a/dev-ruby/map/map-6.5.4.ebuild +++ b/dev-ruby/map/map-6.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/map/map-6.5.4.ebuild,v 1.1 2014/06/19 06:00:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/map/map-6.5.4.ebuild,v 1.2 2014/08/05 16:00:56 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -13,7 +13,7 @@ RUBY_FAKEGEM_GEMSPEC="map.gemspec" inherit ruby-fakegem -DESCRIPTION="A string/symbol indifferent ordered hash that works in all rubies." +DESCRIPTION="A string/symbol indifferent ordered hash that works in all rubies" HOMEPAGE="http://github.com/ahoward/map" LICENSE="|| ( Ruby BSD-2 )" |