diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-08-28 01:44:14 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-08-28 01:44:14 +0000 |
commit | 0a3efed553beb47c6b7aef9e7571476cef57f8e4 (patch) | |
tree | 5d3c8c207d954fc78421e68d83e5431cc434720a /dev-ruby/celluloid-io | |
parent | Sync the other slots. (diff) | |
download | gentoo-2-0a3efed553beb47c6b7aef9e7571476cef57f8e4.tar.gz gentoo-2-0a3efed553beb47c6b7aef9e7571476cef57f8e4.tar.bz2 gentoo-2-0a3efed553beb47c6b7aef9e7571476cef57f8e4.zip |
Add ruby21 target.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/celluloid-io')
-rw-r--r-- | dev-ruby/celluloid-io/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/celluloid-io/celluloid-io-0.15.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/celluloid-io/ChangeLog b/dev-ruby/celluloid-io/ChangeLog index dc21e6fab3db..80b1a45bfe0d 100644 --- a/dev-ruby/celluloid-io/ChangeLog +++ b/dev-ruby/celluloid-io/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/celluloid-io # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid-io/ChangeLog,v 1.2 2014/08/12 22:47:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid-io/ChangeLog,v 1.3 2014/08/28 01:44:14 mrueg Exp $ + + 28 Aug 2014; Manuel Rüger <mrueg@gentoo.org> celluloid-io-0.15.0.ebuild: + Add ruby21 target. 12 Aug 2014; Anthony G. Basile <blueness@gentoo.org> celluloid-io-0.15.0.ebuild: diff --git a/dev-ruby/celluloid-io/celluloid-io-0.15.0.ebuild b/dev-ruby/celluloid-io/celluloid-io-0.15.0.ebuild index 42f66e7ac4cb..c8a77bd6a466 100644 --- a/dev-ruby/celluloid-io/celluloid-io-0.15.0.ebuild +++ b/dev-ruby/celluloid-io/celluloid-io-0.15.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid-io/celluloid-io-0.15.0.ebuild,v 1.2 2014/08/12 22:47:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid-io/celluloid-io-0.15.0.ebuild,v 1.3 2014/08/28 01:44:14 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="" |