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/
Date: Fri, 05 Jun 2020 04:27:38
Message-Id: 1591331178.6e181e73cb42a4648e606514af524179a66c88de.gyakovlev@gentoo
1 commit: 6e181e73cb42a4648e606514af524179a66c88de
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 5 04:25:59 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 5 04:26:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e181e73
7
8 dev-lang/rust: adjust QA_SONAME for 1.44.0
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 dev-lang/rust/rust-1.44.0.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-lang/rust/rust-1.44.0.ebuild b/dev-lang/rust/rust-1.44.0.ebuild
16 index 49ca8e90b6b..e43191f125e 100644
17 --- a/dev-lang/rust/rust-1.44.0.ebuild
18 +++ b/dev-lang/rust/rust-1.44.0.ebuild
19 @@ -106,12 +106,15 @@ QA_FLAGS_IGNORED="
20 usr/lib/rustlib/.*/lib/lib.*.so
21 "
22
23 +QA_SONAME="
24 + usr/lib.*/lib.*.so
25 + usr/lib.*/librustc_macros.*.s
26 +"
27 +
28 # tests need a bit more work, currently they are causing multiple
29 # re-compilations and somewhat fragile.
30 RESTRICT="test"
31
32 -QA_SONAME="usr/lib.*/librustc_macros.*.so"
33 -
34 PATCHES=(
35 "${FILESDIR}"/0012-Ignore-broken-and-non-applicable-tests.patch
36 )