From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3480E15806E for ; Sun, 21 May 2023 07:23:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0B29E086C; Sun, 21 May 2023 07:23:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6403E086C for ; Sun, 21 May 2023 07:23:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5D7E340D2E for ; Sun, 21 May 2023 07:23:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A890A7D for ; Sun, 21 May 2023 07:23:33 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1684594739.8c977008636aa0e3f2dcdd051ac03298eb042a81.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-arch/fuse-archive/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-arch/fuse-archive/fuse-archive-0.1.14.ebuild X-VCS-Directories: app-arch/fuse-archive/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 8c977008636aa0e3f2dcdd051ac03298eb042a81 X-VCS-Branch: master Date: Sun, 21 May 2023 07:23:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c256473d-9402-431d-a1ad-c1264b9b6e98 X-Archives-Hash: ac1725840e0a8b0fbfe0d71937f366e5 commit: 8c977008636aa0e3f2dcdd051ac03298eb042a81 Author: NRK disroot org> AuthorDate: Sat May 20 14:58:59 2023 +0000 Commit: Viorel Munteanu gentoo 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 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