commit: deb85a86b3bdae3cbbee7c6e6d4fd6238a25319f Author: Sebastian Engel <sighunter <AT> gmx <DOT> de> AuthorDate: Wed Nov 20 09:00:39 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Wed Nov 20 09:00:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=deb85a86
sys-apps/zmem: Add QA_FLAGS_IGNORED for this rust package Closes: https://bugs.gentoo.org/943887 Signed-off-by: Sebastian Engel <sighunter <AT> gmx.de> sys-apps/zmem/zmem-0.2.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-apps/zmem/zmem-0.2.1.ebuild b/sys-apps/zmem/zmem-0.2.1.ebuild index 055c6b1da..42d783cad 100644 --- a/sys-apps/zmem/zmem-0.2.1.ebuild +++ b/sys-apps/zmem/zmem-0.2.1.ebuild @@ -106,6 +106,8 @@ LICENSE+=" MIT MPL-2.0 Unicode-DFS-2016" SLOT="0" KEYWORDS="~amd64" +QA_FLAGS_IGNORED="usr/bin/zmem" + src_prepare() { default if ! tc-is-lto; then
