summaryrefslogtreecommitdiff
path: root/dev-ruby/localhost
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-13 17:49:51 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-13 17:49:51 +0000
commit6660d11ab61d41c96ecb2ffaf440a67ba799b815 (patch)
tree6e3912023130950ba497cf2c44d0f0116f32fc09 /dev-ruby/localhost
parente168d8780d0664a5eed9c2598df993b414637904 (diff)
downloadbaldeagleos-repo-6660d11ab61d41c96ecb2ffaf440a67ba799b815.tar.gz
baldeagleos-repo-6660d11ab61d41c96ecb2ffaf440a67ba799b815.tar.xz
baldeagleos-repo-6660d11ab61d41c96ecb2ffaf440a67ba799b815.zip
Adding metadata
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
}