Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/rust:master commit in: dev-lang/rust/
Date: Thu, 10 Sep 2020 10:15:32
Message-Id: 1599732912.bdc4473ec471f73f696682862b4c089aa1e32b67.cynede@gentoo
1 commit: bdc4473ec471f73f696682862b4c089aa1e32b67
2 Author: o01eg <o01eg <AT> yandex <DOT> ru>
3 AuthorDate: Thu Sep 10 07:51:07 2020 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 10 10:15:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/rust.git/commit/?id=bdc4473e
7
8 Allow warnings to fix https://github.com/rust-lang/rust/issues/76526
9
10 Closes: https://github.com/gentoo/gentoo-rust/pull/503
11 Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>
12
13 dev-lang/rust/rust-9999.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild
17 index 9f66170..611ab20 100644
18 --- a/dev-lang/rust/rust-9999.ebuild
19 +++ b/dev-lang/rust/rust-9999.ebuild
20 @@ -257,6 +257,7 @@ src_configure() {
21 lld = $(usex system-llvm false $(toml_usex wasm))
22 backtrace-on-ice = true
23 jemalloc = false
24 + deny-warnings = false
25 [dist]
26 src-tarball = false
27 EOF