mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user