projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cf15b4
)
www-apps/jekyll-watch: Remove ruby19 target, remove rspec3 workaround
author
Manuel Rüger
<mrueg@gentoo.org>
Sun, 17 Jan 2016 18:29:49 +0000
(19:29 +0100)
committer
Manuel Rüger
<mrueg@gentoo.org>
Sun, 17 Jan 2016 18:29:49 +0000
(19:29 +0100)
Package-Manager: portage-2.2.26
www-apps/jekyll-watch/jekyll-watch-1.3.0.ebuild
patch
|
blob
|
history
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 4ffd0bce342da69f02118ab4806e24e1f098f735..9b6a4fea86457720bc11c244a4d94939333ed37f 100644
(file)
--- 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-201
5
Gentoo Foundation
+# Copyright 1999-201
6
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-USE_RUBY="ruby
19 ruby
20 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
}