commit: f1deb3bfe21153925d398f18d8379ee50ac6007b Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru> AuthorDate: Mon Sep 11 20:58:29 2023 +0000 Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru> CommitDate: Mon Sep 11 20:58:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1deb3bf
sys-fs/mountpoint-s3-bin: add QA_FLAGS_IGNORED Closes: https://bugs.gentoo.org/913974 Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru> sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild b/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild index d10e0a3177..b25b7ecbb9 100644 --- a/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild +++ b/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild @@ -16,6 +16,8 @@ RDEPEND="sys-fs/fuse:0" S="${WORKDIR}" +QA_FLAGS_IGNORED="/usr/bin/${PN}" + src_install() { newbin "${S}/bin/mount-s3" ${PN} }
