summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-03-09 07:12:30 +0100
committerHans de Graaff <graaff@gentoo.org>2018-03-09 07:12:30 +0100
commitffd9338b1a4d854ef64685a5a3d37cf78e0bd215 (patch)
tree9adfeac58a887aa0d617defa06baad402fbbc97f /dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
parentdev-ruby/rspec-support: add ruby25 (diff)
downloadgentoo-ffd9338b1a4d854ef64685a5a3d37cf78e0bd215.tar.gz
gentoo-ffd9338b1a4d854ef64685a5a3d37cf78e0bd215.tar.bz2
gentoo-ffd9338b1a4d854ef64685a5a3d37cf78e0bd215.zip
dev-ruby/rspec-expectations: add ruby25
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild')
-rw-r--r--dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
index 39b3e3075673..a9e1c41d484a 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
@@ -24,6 +24,8 @@ IUSE=""
SUBVERSION="$(get_version_component_range 1-2)"
+PATCHES=( "${FILESDIR}/${P}-ruby25.patch" )
+
ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 <dev-ruby/diff-lcs-2
=dev-ruby/rspec-support-${SUBVERSION}*"