dev-scheme/sagittarius: src_unpack: use edo

Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
Daichi Yamamoto
2024-04-29 06:25:03 +09:00
parent b20450c4cc
commit 83e13d4465

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit cmake
inherit cmake edo
DESCRIPTION="R6RS/R7RS Scheme system."
HOMEPAGE="https://bitbucket.org/ktakashi/sagittarius-scheme"
@@ -25,11 +25,9 @@ src_unpack() {
default
# avoid running ldconfig
truncate -s0 "${S}"/cmake/CMakeLists.txt
edo truncate -s0 "${S}"/cmake/CMakeLists.txt
# following tests always fail in sandbox
cd "${S}"/test/tests
rm net/http-client.scm
rm net/socket.scm
rm rfc/websocket.scm
edo rm net/http-client.scm net/socket.scm rfc/websocket.scm
}