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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A87EC158020 for ; Sun, 6 Nov 2022 19:01:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB6A5E0959; Sun, 6 Nov 2022 19:01:06 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 8B8C3E0959 for ; Sun, 6 Nov 2022 19:01:06 +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 5515F341170 for ; Sun, 6 Nov 2022 19:01:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D2BC644 for ; Sun, 6 Nov 2022 19:01:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1667761258.62f2e149950874e08fefdc02be0243ec871f67f1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qiskit-terra/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qiskit-terra/qiskit-terra-0.22.2.ebuild X-VCS-Directories: dev-python/qiskit-terra/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 62f2e149950874e08fefdc02be0243ec871f67f1 X-VCS-Branch: master Date: Sun, 6 Nov 2022 19:01:03 +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: 55ad29f1-2cd5-4249-9961-8b5a387aa39f X-Archives-Hash: 2f32e2cfa23e49121e87b847936f2e8f commit: 62f2e149950874e08fefdc02be0243ec871f67f1 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 6 18:55:29 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 6 19:00:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f2e149 dev-python/qiskit-terra: Silence flag-related QA warnings Closes: https://bugs.gentoo.org/878861 Closes: https://bugs.gentoo.org/878863 Signed-off-by: Michał Górny gentoo.org> dev-python/qiskit-terra/qiskit-terra-0.22.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/qiskit-terra/qiskit-terra-0.22.2.ebuild b/dev-python/qiskit-terra/qiskit-terra-0.22.2.ebuild index 361852c0d10f..6027f28abf13 100644 --- a/dev-python/qiskit-terra/qiskit-terra-0.22.2.ebuild +++ b/dev-python/qiskit-terra/qiskit-terra-0.22.2.ebuild @@ -132,6 +132,9 @@ BDEPEND=" ) " +# Files built without CFLAGS/LDFLAGS, acceptable for rust +QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/qiskit/_accelerate.*.so" + distutils_enable_tests pytest src_prepare() {