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 92868158094 for ; Thu, 28 Jul 2022 07:26:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6E72E0BEA; Thu, 28 Jul 2022 07:26:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9CEDEE0BEA for ; Thu, 28 Jul 2022 07:26:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 69423340DF6 for ; Thu, 28 Jul 2022 07:26:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABBA6544 for ; Thu, 28 Jul 2022 07:26:30 +0000 (UTC) From: "Luca Barbato" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" Message-ID: <1658993093.97bb4cb5ee3ecc34c2d55c9d83aa02b8021d9c46.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/uutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/uutils/uutils-0.0.14.ebuild X-VCS-Directories: sys-apps/uutils/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: 97bb4cb5ee3ecc34c2d55c9d83aa02b8021d9c46 X-VCS-Branch: master Date: Thu, 28 Jul 2022 07:26:30 +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: 505917e0-f861-4180-a55a-2de3873b1d24 X-Archives-Hash: 97edb9460968027dd199aba1dbc4fc14 commit: 97bb4cb5ee3ecc34c2d55c9d83aa02b8021d9c46 Author: Luca Barbato gentoo org> AuthorDate: Thu Jul 28 07:21:09 2022 +0000 Commit: Luca Barbato gentoo org> CommitDate: Thu Jul 28 07:24:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97bb4cb5 sys-apps/uutils: add QA_FLAGS_IGNORED A rust application normally does not have C components. Signed-off-by: Luca Barbato gentoo.org> sys-apps/uutils/uutils-0.0.14.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/uutils/uutils-0.0.14.ebuild b/sys-apps/uutils/uutils-0.0.14.ebuild index 13b3ea88d8e8..8f7dcc97f333 100644 --- a/sys-apps/uutils/uutils-0.0.14.ebuild +++ b/sys-apps/uutils/uutils-0.0.14.ebuild @@ -253,6 +253,7 @@ SRC_URI+=" $(cargo_crate_uris)" # License set may be more restrictive as OR is not respected # use cargo-license for a more accurate license picture LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 CC0-1.0 ISC MIT Unlicense" +QA_FLAGS_IGNORED=".*" BDEPEND=">=virtual/rust-1.56.0"