summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-03-29 08:35:41 +0200
committerHans de Graaff <graaff@gentoo.org>2023-03-29 08:35:51 +0200
commitebb5395659aaa5cb87526bc8defcc979e7d5d261 (patch)
treef08c60cb8c4fe24632f7f2b855aa932c83e81a46 /www-apps/nanoc
parentwww-apps/nanoc: add 4.12.15 (diff)
downloadgentoo-ebb5395659aaa5cb87526bc8defcc979e7d5d261.tar.gz
gentoo-ebb5395659aaa5cb87526bc8defcc979e7d5d261.tar.bz2
gentoo-ebb5395659aaa5cb87526bc8defcc979e7d5d261.zip
www-apps/nanoc: fix line length warning
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'www-apps/nanoc')
-rw-r--r--www-apps/nanoc/nanoc-4.12.15.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-apps/nanoc/nanoc-4.12.15.ebuild b/www-apps/nanoc/nanoc-4.12.15.ebuild
index e2c809ab6174..28e999de69c8 100644
--- a/www-apps/nanoc/nanoc-4.12.15.ebuild
+++ b/www-apps/nanoc/nanoc-4.12.15.ebuild
@@ -88,7 +88,8 @@ all_ruby_prepare() {
sed -i -e '/test_filter_\(with_proper_indentation\|error\)/askip "haml 6"' test/filters/test_haml.rb || die
# Avoid non-fatal failing tests due to specifics in the environment
- sed -i -e '124askip "ordering issues"' -e '168askip "ordering issues"' spec/nanoc/data_sources/filesystem_spec.rb || die
+ sed -e '124askip "ordering issues"' -e '168askip "ordering issues"' \
+ -i spec/nanoc/data_sources/filesystem_spec.rb || die
}
each_ruby_test() {