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 AD13415800F for ; Tue, 24 Jan 2023 09:10:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEBF0E07E1; Tue, 24 Jan 2023 09:10:58 +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 B5D59E07E1 for ; Tue, 24 Jan 2023 09:10:58 +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 DC52B340C35 for ; Tue, 24 Jan 2023 09:10:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4C7F88F for ; Tue, 24 Jan 2023 09:10:54 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1674500280.19c3cdc5f6387ae51edcd50ced82d141dc11711a.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/kurbopy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/kurbopy/kurbopy-0.8.32-r1.ebuild X-VCS-Directories: dev-python/kurbopy/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 19c3cdc5f6387ae51edcd50ced82d141dc11711a X-VCS-Branch: master Date: Tue, 24 Jan 2023 09:10:54 +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: cea35724-523e-4e3e-a04b-d62790ed7ddd X-Archives-Hash: 6978a6021680bd443871c68d045b4b8a commit: 19c3cdc5f6387ae51edcd50ced82d141dc11711a Author: Julien Roy jroy ca> AuthorDate: Mon Jan 23 18:58:00 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Jan 23 18:58:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19c3cdc5 dev-python/kurbopy: add QA_FLAGS_IGNORED Closes: https://bugs.gentoo.org/890897 Closes: https://bugs.gentoo.org/890899 Signed-off-by: Julien Roy jroy.ca> dev-python/kurbopy/kurbopy-0.8.32-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/kurbopy/kurbopy-0.8.32-r1.ebuild b/dev-python/kurbopy/kurbopy-0.8.32-r1.ebuild index ab8058bb3..9fe428f9b 100644 --- a/dev-python/kurbopy/kurbopy-0.8.32-r1.ebuild +++ b/dev-python/kurbopy/kurbopy-0.8.32-r1.ebuild @@ -73,3 +73,7 @@ src_install() { } distutils_enable_tests pytest + +# rust does not use *FLAGS from make.conf, silence portage warning +# update with proper path to binaries this crate installs, omit leading / +QA_FLAGS_IGNORED="usr/lib/python3\..*/site-packages/kurbopy/kurbopy.cpython-.*.so"