app-arch/fuse-archive: disable test phase

Closes: https://bugs.gentoo.org/906830
Signed-off-by: NRK <nrk@disroot.org>
This commit is contained in:
NRK
2023-05-20 20:58:59 +06:00
parent 27bfc458aa
commit 8c97700863

View File

@@ -26,6 +26,11 @@ DEPEND="
"
RDEPEND="${DEPEND}"
# TODO(NRK): enable tests. requires additional dependency on dev-lang/go and such.
src_test() {
:
}
src_compile() {
emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
}
@@ -33,5 +38,3 @@ src_compile() {
src_install() {
dobin out/fuse-archive
}
# TODO(NRK): enable tests