diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-01-17 19:29:49 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-01-17 19:29:49 +0100 |
commit | 7592e2c1b85d95a106668e51747095cdecbb29c7 (patch) | |
tree | fde61ec805479d66552b72eb114a4b5fc3b8c382 /www-apps/jekyll-watch | |
parent | www-apps/jekyll-watch: Remove old (diff) | |
download | gentoo-7592e2c1b85d95a106668e51747095cdecbb29c7.tar.gz gentoo-7592e2c1b85d95a106668e51747095cdecbb29c7.tar.bz2 gentoo-7592e2c1b85d95a106668e51747095cdecbb29c7.zip |
www-apps/jekyll-watch: Remove ruby19 target, remove rspec3 workaround
Package-Manager: portage-2.2.26
Diffstat (limited to 'www-apps/jekyll-watch')
-rw-r--r-- | www-apps/jekyll-watch/jekyll-watch-1.3.0.ebuild | 6 |
1 files 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 4ffd0bce342d..9b6a4fea8645 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 } |