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 C04DC15808B for ; Sat, 26 Feb 2022 10:30:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0448DE077F; Sat, 26 Feb 2022 10:30:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DD187E077F for ; Sat, 26 Feb 2022 10:30:26 +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 16E843430AC for ; Sat, 26 Feb 2022 10:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 802132F5 for ; Sat, 26 Feb 2022 10:30:24 +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: <1645871414.e7c75e16a9933ec3350b59abbbdb8152ded05140.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/unison/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/unison/unison-2.51.5.ebuild X-VCS-Directories: net-misc/unison/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: e7c75e16a9933ec3350b59abbbdb8152ded05140 X-VCS-Branch: master Date: Sat, 26 Feb 2022 10:30:24 +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: 0d891a8c-8554-412a-9a8d-224cd2f6c200 X-Archives-Hash: 882c1319c7b75d4becb88054e43a4467 commit: e7c75e16a9933ec3350b59abbbdb8152ded05140 Author: Florian Schmaus gentoo org> AuthorDate: Sat Feb 26 10:28:23 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Feb 26 10:30:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c75e16 net-misc/unison: suppress QA warning for unison-fsmonitor Signed-off-by: Florian Schmaus gentoo.org> net-misc/unison/unison-2.51.5.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/unison/unison-2.51.5.ebuild b/net-misc/unison/unison-2.51.5.ebuild index d17c53a3490f..b378e9c13a3c 100644 --- a/net-misc/unison/unison-2.51.5.ebuild +++ b/net-misc/unison/unison-2.51.5.ebuild @@ -28,6 +28,8 @@ RDEPEND="gtk? ( dev-ml/lablgtk:2=[ocamlopt?] DOCS=( CONTRIB INSTALL NEWS README ROADMAP.txt TODO.txt ) +QA_FLAGS_IGNORED="usr/bin/${PN}-fsmonitor-${SLOT}" + src_prepare() { default # https://github.com/bcpierce00/unison/issues/416