diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-02-26 11:28:23 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-02-26 11:30:14 +0100 |
commit | e7c75e16a9933ec3350b59abbbdb8152ded05140 (patch) | |
tree | b47b444cedee2056e78feaa21718505ec4ebed86 /net-misc/unison | |
parent | net-misc/unison: update HOMEPAGE (diff) | |
download | gentoo-e7c75e16a9933ec3350b59abbbdb8152ded05140.tar.gz gentoo-e7c75e16a9933ec3350b59abbbdb8152ded05140.tar.bz2 gentoo-e7c75e16a9933ec3350b59abbbdb8152ded05140.zip |
net-misc/unison: suppress QA warning for unison-fsmonitor
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-misc/unison')
-rw-r--r-- | net-misc/unison/unison-2.51.5.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 |