summaryrefslogtreecommitdiff
path: root/dev-ruby/localhost
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/localhost')
-rw-r--r--dev-ruby/localhost/localhost-1.5.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-ruby/localhost/localhost-1.5.0.ebuild b/dev-ruby/localhost/localhost-1.5.0.ebuild
index edb16787fa13..63bfc0fe8420 100644
--- a/dev-ruby/localhost/localhost-1.5.0.ebuild
+++ b/dev-ruby/localhost/localhost-1.5.0.ebuild
@@ -30,6 +30,9 @@ all_ruby_prepare() {
sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
sed -i -e '/covered/Id' config/sus.rb || die
+ sed -e "s:/tmp/state:${TMP}/state:" \
+ -i test/localhost/state.rb || die
+
# Avoid unpackaged sus-fixtures-async-http which has a huge dependency tree.
rm -f test/localhost/protocol.rb || die
}