diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-21 23:04:58 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-21 23:05:08 +0100 |
commit | 06cc6a76a7d83ed667be6308dafe1f3331cb2639 (patch) | |
tree | 4ee23780b35fba89277d868c603c5982305012a7 /dev-ruby/celluloid | |
parent | dev-libs/ocl-icd: fix dev-lang/ruby dependency (diff) | |
download | gentoo-06cc6a76a7d83ed667be6308dafe1f3331cb2639.tar.gz gentoo-06cc6a76a7d83ed667be6308dafe1f3331cb2639.tar.bz2 gentoo-06cc6a76a7d83ed667be6308dafe1f3331cb2639.zip |
dev-ruby/celluloid: Fix desc
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ruby/celluloid')
-rw-r--r-- | dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild b/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild index 104e507fd202..1b0e20b9319d 100644 --- a/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild +++ b/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 # rbx or jruby recommended, but only in 1.9 mode. -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" #Needed by dev-ruby/listen @@ -16,7 +16,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem -DESCRIPTION="Celluloid provides a simple and natural way to build fault-tolerant concurrent programs in Ruby" +DESCRIPTION="Provides a simple and natural way to build fault-tolerant concurrent programs" HOMEPAGE="https://github.com/celluloid/celluloid" SRC_URI="https://github.com/celluloid/celluloid/archive/v${PV}.tar.gz -> ${P}-git.tgz" IUSE="" |