commit: ed84231a31840b229dcc3d15a0141d16019299e5 Author: BratishkaErik <bratishkaerik <AT> getgoogleoff <DOT> me> AuthorDate: Fri May 20 13:02:20 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri May 27 07:45:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed84231a
dev-lang/zig: add QA_FLAGS_IGNORED Signed-off-by: BratishkaErik <bratishkaerik <AT> getgoogleoff.me> Closes: https://github.com/gentoo/gentoo/pull/25573 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-lang/zig/zig-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-lang/zig/zig-9999.ebuild b/dev-lang/zig/zig-9999.ebuild index c63dc88b02c2..87dc59b0c0c7 100644 --- a/dev-lang/zig/zig-9999.ebuild +++ b/dev-lang/zig/zig-9999.ebuild @@ -89,6 +89,9 @@ src_install() { fi } +# see https://github.com/ziglang/zig/issues/3382 +QA_FLAGS_IGNORED="/usr/bin/zig-stage2" + pkg_postinst() { use stage2 && elog "You enabled stage2 USE flag, Zig stage1 was installed as /usr/bin/zig, Zig stage2 was installed as /usr/bin/zig-stage2" }
