From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 20A991584AD for ; Tue, 29 Apr 2025 08:13:22 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id F1D14342FB6 for ; Tue, 29 Apr 2025 08:13:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EA5A31102BE; Tue, 29 Apr 2025 08:13:20 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DC2591102BE for ; Tue, 29 Apr 2025 08:13:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D667342FB6 for ; Tue, 29 Apr 2025 08:13:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED0411F84 for ; Tue, 29 Apr 2025 08:13:18 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1745914364.77c45a04fe796eb219f90e34d9d89d3ad1a12fdf.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/blazesym_c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild X-VCS-Directories: dev-libs/blazesym_c/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 77c45a04fe796eb219f90e34d9d89d3ad1a12fdf X-VCS-Branch: master Date: Tue, 29 Apr 2025 08:13:18 +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: 52cbcc3b-8828-4367-a04a-962768f07fa0 X-Archives-Hash: e60d5228a4b2278e30236c4f843ffc6d commit: 77c45a04fe796eb219f90e34d9d89d3ad1a12fdf Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Mon Apr 28 10:32:39 2025 +0000 Commit: Yixun Lan gentoo org> CommitDate: Tue Apr 29 08:12:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c45a04 dev-libs/blazesym_c: address QA warning regarding LDFLAGS Also clarify comment about test restrictions. Closes: https://bugs.gentoo.org/954808 Closes: https://github.com/gentoo/gentoo/pull/41819 Signed-off-by: Holger Hoffstätte applied-asynchrony.com> Signed-off-by: Yixun Lan gentoo.org> dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild b/dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild index 01d8f1357015..ef625fd38afd 100644 --- a/dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild +++ b/dev-libs/blazesym_c/blazesym_c-0.1.1.ebuild @@ -38,13 +38,18 @@ LICENSE+=" SLOT="0" KEYWORDS="~amd64" -# many failures (WIP) +# Currently suffers from (at least): +# - problems with crate tarball +# - hardcoded/hand-rolled multilib assumptions +# - possibly sandbox RESTRICT="test" BDEPEND=" dev-util/cargo-c " +QA_FLAGS_IGNORED="usr/lib64/libblazesym_c.so.${PV}" + src_prepare() { default