diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-06 20:11:39 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-06 20:11:39 +0100 |
commit | 03d4cb8420820f1444c8ec48078964c9bda65c5d (patch) | |
tree | 7d67a21c0f3468e490a87d982f5f2f4f8cd40e5c /dev-ruby/modernizr | |
parent | dev-ruby/countdownlatch: Remove ruby19, fix desc (diff) | |
download | gentoo-03d4cb8420820f1444c8ec48078964c9bda65c5d.tar.gz gentoo-03d4cb8420820f1444c8ec48078964c9bda65c5d.tar.bz2 gentoo-03d4cb8420820f1444c8ec48078964c9bda65c5d.zip |
dev-ruby/modernizr: Remove ruby19, fix desc
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby/modernizr')
-rw-r--r-- | dev-ruby/modernizr/modernizr-2.6.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/modernizr/modernizr-2.6.2.ebuild b/dev-ruby/modernizr/modernizr-2.6.2.ebuild index 473ef16645d6..cfd0812dea85 100644 --- a/dev-ruby/modernizr/modernizr-2.6.2.ebuild +++ b/dev-ruby/modernizr/modernizr-2.6.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_TASK_DOC="" @@ -11,7 +11,7 @@ RUBY_FAKEGEM_RECIPE_TEST="none" inherit ruby-fakegem -DESCRIPTION="Neatly packaged Modernizr JS assets for use in Sprockets or the Rails 3 asset pipeline" +DESCRIPTION="Modernizr JS assets for use in Sprockets or the Rails 3 asset pipeline" HOMEPAGE="https://github.com/josh/ruby-modernizr" LICENSE="MIT" |