Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/unison/
Date: Sat, 26 Feb 2022 10:30:27
Message-Id: 1645871414.e7c75e16a9933ec3350b59abbbdb8152ded05140.flow@gentoo
1 commit: e7c75e16a9933ec3350b59abbbdb8152ded05140
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 10:28:23 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 10:30:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c75e16
7
8 net-misc/unison: suppress QA warning for unison-fsmonitor
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 net-misc/unison/unison-2.51.5.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/net-misc/unison/unison-2.51.5.ebuild b/net-misc/unison/unison-2.51.5.ebuild
16 index d17c53a3490f..b378e9c13a3c 100644
17 --- a/net-misc/unison/unison-2.51.5.ebuild
18 +++ b/net-misc/unison/unison-2.51.5.ebuild
19 @@ -28,6 +28,8 @@ RDEPEND="gtk? ( dev-ml/lablgtk:2=[ocamlopt?]
20
21 DOCS=( CONTRIB INSTALL NEWS README ROADMAP.txt TODO.txt )
22
23 +QA_FLAGS_IGNORED="usr/bin/${PN}-fsmonitor-${SLOT}"
24 +
25 src_prepare() {
26 default
27 # https://github.com/bcpierce00/unison/issues/416