commit:     8c977008636aa0e3f2dcdd051ac03298eb042a81
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Sat May 20 14:58:59 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat May 20 14:58:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c977008

app-arch/fuse-archive: disable test phase

Closes: https://bugs.gentoo.org/906830
Signed-off-by: NRK <nrk <AT> disroot.org>

 app-arch/fuse-archive/fuse-archive-0.1.14.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-arch/fuse-archive/fuse-archive-0.1.14.ebuild 
b/app-arch/fuse-archive/fuse-archive-0.1.14.ebuild
index a57506a3e..622458094 100644
--- a/app-arch/fuse-archive/fuse-archive-0.1.14.ebuild
+++ b/app-arch/fuse-archive/fuse-archive-0.1.14.ebuild
@@ -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

Reply via email to