commit: 7592e2c1b85d95a106668e51747095cdecbb29c7 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Jan 17 18:29:49 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Jan 17 18:29:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7592e2c1
www-apps/jekyll-watch: Remove ruby19 target, remove rspec3 workaround Package-Manager: portage-2.2.26 www-apps/jekyll-watch/jekyll-watch-1.3.0.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/www-apps/jekyll-watch/jekyll-watch-1.3.0.ebuild b/www-apps/jekyll-watch/jekyll-watch-1.3.0.ebuild index 4ffd0bc..9b6a4fe 100644 --- a/www-apps/jekyll-watch/jekyll-watch-1.3.0.ebuild +++ b/www-apps/jekyll-watch/jekyll-watch-1.3.0.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" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_TASK_DOC="" @@ -25,6 +25,4 @@ ruby_add_bdepend "test? ( >=www-apps/jekyll-2 )" all_ruby_prepare() { rm Rakefile || die - # Fix tests until Rspec:3 is in tree - sed -i -e "/default_formatter/d" -e "/verify_partial_doubles/d" spec/spec_helper.rb || die }