diff options
Diffstat (limited to 'dev-ruby/sfl')
-rw-r--r-- | dev-ruby/sfl/sfl-2.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/sfl/sfl-2.2-r1.ebuild b/dev-ruby/sfl/sfl-2.2-r1.ebuild index 11907e8feb4a..8af876c040eb 100644 --- a/dev-ruby/sfl/sfl-2.2-r1.ebuild +++ b/dev-ruby/sfl/sfl-2.2-r1.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_RECIPE_DOC="none" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" @@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec" inherit ruby-fakegem -DESCRIPTION="This library provides spawn() which is almost perfectly compatible with ruby 1.9's" +DESCRIPTION="Library providing spawn() which is almost perfectly compatible with ruby 1.9's" HOMEPAGE="https://github.com/ujihisa/spawn-for-legacy" LICENSE="|| ( Ruby BSD-2 )" |