From 31efa3bb173b36fa4cbd704c657d2662ed171306 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Thu, 14 Sep 2023 09:48:07 +0400 Subject: [PATCH] app-misc/tty-share-bin: add QA_FLAGS_IGNORED Closes: https://bugs.gentoo.org/908569 Signed-off-by: Vitaly Zdanevich --- app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild index 737bd5ea50..cd41f37cfa 100644 --- a/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild +++ b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild @@ -13,6 +13,8 @@ KEYWORDS="~amd64" LICENSE="MIT" SLOT="0" +QA_FLAGS_IGNORED="usr/bin/${PN}" + src_install() { newbin "${DISTDIR}/tty-share_linux-amd64" tty-share-bin }