commit: 21cfeb5ab791d3c3058bf0e41dbb279d3d5027b3 Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Mon Mar 14 16:33:26 2022 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Mon Mar 14 16:34:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21cfeb5a
net-p2p/arti: QA_FLAGS_IGNORED for rust LDFLAGS ignoring Closes: https://bugs.gentoo.org/835100 Signed-off-by: John Helmert III <ajak <AT> gentoo.org> net-p2p/arti/arti-0.1.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-p2p/arti/arti-0.1.0.ebuild b/net-p2p/arti/arti-0.1.0.ebuild index 5cdbdcfe5c35..253434bfa3f3 100644 --- a/net-p2p/arti/arti-0.1.0.ebuild +++ b/net-p2p/arti/arti-0.1.0.ebuild @@ -387,6 +387,8 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" +QA_FLAGS_IGNORED="usr/bin/arti" + src_compile() { cd crates/arti || die cargo_src_compile
