Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/
Date: Mon, 11 Mar 2019 05:00:34
Message-Id: 1552280407.2996a993055b3633b0bcb80833f808c946762a80.gyakovlev@gentoo
1 commit: 2996a993055b3633b0bcb80833f808c946762a80
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 11 04:57:23 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 05:00:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2996a993
7
8 dev-lang/rust-bin: fix qa warnings
9
10 * QA Notice: Files built without respecting CFLAGS have been detected
11 * Please include the following list of files in your report:
12 * /opt/rust-bin-1.33.0/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld
13
14 * QA Notice: Files built without respecting LDFLAGS have been detected
15 * Please include the following list of files in your report:
16 * /opt/rust-bin-1.33.0/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld
17
18 Package-Manager: Portage-2.3.62, Repoman-2.3.12
19 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
20
21 dev-lang/rust-bin/rust-bin-1.32.0.ebuild | 1 +
22 dev-lang/rust-bin/rust-bin-1.33.0.ebuild | 1 +
23 2 files changed, 2 insertions(+)
24
25 diff --git a/dev-lang/rust-bin/rust-bin-1.32.0.ebuild b/dev-lang/rust-bin/rust-bin-1.32.0.ebuild
26 index 170a05bf814..a9f9e30d70c 100644
27 --- a/dev-lang/rust-bin/rust-bin-1.32.0.ebuild
28 +++ b/dev-lang/rust-bin/rust-bin-1.32.0.ebuild
29 @@ -31,6 +31,7 @@ REQUIRED_USE="x86? ( cpu_flags_x86_sse2 )"
30 QA_PREBUILT="
31 opt/${P}/bin/*-${PV}
32 opt/${P}/lib/*.so
33 + opt/${P}/lib/rustlib/*/bin/*
34 opt/${P}/lib/rustlib/*/lib/*.so
35 opt/${P}/lib/rustlib/*/lib/*.rlib*
36 "
37
38 diff --git a/dev-lang/rust-bin/rust-bin-1.33.0.ebuild b/dev-lang/rust-bin/rust-bin-1.33.0.ebuild
39 index 170a05bf814..a9f9e30d70c 100644
40 --- a/dev-lang/rust-bin/rust-bin-1.33.0.ebuild
41 +++ b/dev-lang/rust-bin/rust-bin-1.33.0.ebuild
42 @@ -31,6 +31,7 @@ REQUIRED_USE="x86? ( cpu_flags_x86_sse2 )"
43 QA_PREBUILT="
44 opt/${P}/bin/*-${PV}
45 opt/${P}/lib/*.so
46 + opt/${P}/lib/rustlib/*/bin/*
47 opt/${P}/lib/rustlib/*/lib/*.so
48 opt/${P}/lib/rustlib/*/lib/*.rlib*
49 "