diff options
Diffstat (limited to 'dev-ruby/map/map-6.5.3.ebuild')
-rw-r--r-- | dev-ruby/map/map-6.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/map/map-6.5.3.ebuild b/dev-ruby/map/map-6.5.3.ebuild index 6df1fa187f6e..beac1103f747 100644 --- a/dev-ruby/map/map-6.5.3.ebuild +++ b/dev-ruby/map/map-6.5.3.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.3.ebuild,v 1.2 2014/04/05 23:08:26 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/map/map-6.5.3.ebuild,v 1.3 2014/08/05 16:00:56 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 jruby" @@ -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 )" |