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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D85F13835A for ; Thu, 8 Apr 2021 10:12:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D72AE0882; Thu, 8 Apr 2021 10:12:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED8B8E0882 for ; Thu, 8 Apr 2021 10:12:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D26F7340D40 for ; Thu, 8 Apr 2021 10:12:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CF40646 for ; Thu, 8 Apr 2021 10:12:05 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1617818578.d2ce84af22be6e3ac56c21e0d0816c0f77bca388.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/watchexec/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/watchexec/watchexec-1.14.1.ebuild X-VCS-Directories: app-misc/watchexec/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d2ce84af22be6e3ac56c21e0d0816c0f77bca388 X-VCS-Branch: master Date: Thu, 8 Apr 2021 10:12:05 +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: 1508264a-18fa-44d3-b18e-5df6e1299e17 X-Archives-Hash: aaa009b0d613afc5f4435b4847790c19 commit: d2ce84af22be6e3ac56c21e0d0816c0f77bca388 Author: YOSHIOKA Takuma hard-wi red> AuthorDate: Wed Apr 7 17:58:20 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Apr 7 18:02:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2ce84af app-misc/watchexec: Specify QA_FLAGS_IGNORED CFLAGS/LDFLAGS won't be respected since the application is written in Rust. Closes: https://bugs.gentoo.org/780780 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: YOSHIOKA Takuma hard-wi.red> app-misc/watchexec/watchexec-1.14.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-misc/watchexec/watchexec-1.14.1.ebuild b/app-misc/watchexec/watchexec-1.14.1.ebuild index ad5e09349..27a13670d 100644 --- a/app-misc/watchexec/watchexec-1.14.1.ebuild +++ b/app-misc/watchexec/watchexec-1.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 @@ -87,6 +87,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/watchexec" + src_install() { cargo_src_install