diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-11-15 01:05:00 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-11-15 01:05:00 +0100 |
commit | c082e767c49247a935f595abc78ebf17d927c8cc (patch) | |
tree | a280fdef28fd32e850391271691783cfc277113d /dev-ruby/rspec-expectations | |
parent | dev-ruby/actioncable: Fix description (diff) | |
download | gentoo-c082e767c49247a935f595abc78ebf17d927c8cc.tar.gz gentoo-c082e767c49247a935f595abc78ebf17d927c8cc.tar.bz2 gentoo-c082e767c49247a935f595abc78ebf17d927c8cc.zip |
dev-ruby/rspec-expectations: Drop ruby19
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-ruby/rspec-expectations')
-rw-r--r-- | dev-ruby/rspec-expectations/rspec-expectations-2.14.5-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/rspec-expectations/rspec-expectations-3.3.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.14.5-r1.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-2.14.5-r1.ebuild index 19ab4ee5d749..91ba4f0d320c 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-2.14.5-r1.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-2.14.5-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 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" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.3.1.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-3.3.1.ebuild index 80f010bd641a..fa46a90b8912 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-3.3.1.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-3.3.1.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_TEST="rspec3" |