Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/zig/
Date: Fri, 27 May 2022 07:45:34
Message-Id: 1653637527.ed84231a31840b229dcc3d15a0141d16019299e5.juippis@gentoo
1 commit: ed84231a31840b229dcc3d15a0141d16019299e5
2 Author: BratishkaErik <bratishkaerik <AT> getgoogleoff <DOT> me>
3 AuthorDate: Fri May 20 13:02:20 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 07:45:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed84231a
7
8 dev-lang/zig: add QA_FLAGS_IGNORED
9
10 Signed-off-by: BratishkaErik <bratishkaerik <AT> getgoogleoff.me>
11 Closes: https://github.com/gentoo/gentoo/pull/25573
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 dev-lang/zig/zig-9999.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/dev-lang/zig/zig-9999.ebuild b/dev-lang/zig/zig-9999.ebuild
18 index c63dc88b02c2..87dc59b0c0c7 100644
19 --- a/dev-lang/zig/zig-9999.ebuild
20 +++ b/dev-lang/zig/zig-9999.ebuild
21 @@ -89,6 +89,9 @@ src_install() {
22 fi
23 }
24
25 +# see https://github.com/ziglang/zig/issues/3382
26 +QA_FLAGS_IGNORED="/usr/bin/zig-stage2"
27 +
28 pkg_postinst() {
29 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"
30 }