commit: 4b555650c01b92736e7f8530008aa50ebddfc1aa Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Mar 6 19:22:17 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Mar 6 19:22:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b555650
dev-ruby/sfl: Remove ruby19, fix desc Package-Manager: portage-2.2.27 dev-ruby/sfl/sfl-2.2-r1.ebuild | 6 +++--- 1 file 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 11907e8..8af876c 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 )"