dev-ruby/sfl: Remove ruby19, fix desc
authorManuel Rüger <mrueg@gentoo.org>
Sun, 6 Mar 2016 19:22:17 +0000 (20:22 +0100)
committerManuel Rüger <mrueg@gentoo.org>
Sun, 6 Mar 2016 19:22:17 +0000 (20:22 +0100)
Package-Manager: portage-2.2.27

dev-ruby/sfl/sfl-2.2-r1.ebuild

index 11907e8feb4a83fccfe0bb8f198aac89ecb498dc..8af876c040eb52bb0cf867e5ac115e798bf2ab19 100644 (file)
@@ -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 )"