diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-06-25 08:50:46 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-06-25 08:53:51 +0200 |
commit | 6b06a0dbf5d0d69161956379cd2ea4008b8edb7b (patch) | |
tree | 6b8cc859fb5ab086e7c68f5e1f1893ad934915f7 /dev-ruby/celluloid | |
parent | dev-ruby/timers: cleanup (diff) | |
download | gentoo-6b06a0dbf5d0d69161956379cd2ea4008b8edb7b.tar.gz gentoo-6b06a0dbf5d0d69161956379cd2ea4008b8edb7b.tar.bz2 gentoo-6b06a0dbf5d0d69161956379cd2ea4008b8edb7b.zip |
dev-ruby/celluloid: add ruby22, ruby23
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/celluloid')
-rw-r--r-- | dev-ruby/celluloid/celluloid-0.17.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/celluloid/celluloid-0.17.3.ebuild b/dev-ruby/celluloid/celluloid-0.17.3.ebuild index 45a0f3cebbc0..7f86373950ae 100644 --- a/dev-ruby/celluloid/celluloid-0.17.3.ebuild +++ b/dev-ruby/celluloid/celluloid-0.17.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec3" # Needed by packages writing specs for celluloid |