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: Mon, 01 Jun 2020 05:27:07
Message-Id: 1590989214.a5216b3bcd1c384d623b66f8e40da96006bcf6b8.cynede@gentoo
1 commit: a5216b3bcd1c384d623b66f8e40da96006bcf6b8
2 Author: o01eg <o01eg <AT> yandex <DOT> ru>
3 AuthorDate: Fri May 29 10:39:04 2020 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 05:26:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/rust.git/commit/?id=a5216b3b
7
8 Fix usage of git_libdir
9
10 Closes: https://github.com/gentoo/gentoo-rust/pull/488
11 Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>
12
13 dev-lang/rust/rust-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild
17 index facf26f..b96c023 100644
18 --- a/dev-lang/rust/rust-9999.ebuild
19 +++ b/dev-lang/rust/rust-9999.ebuild
20 @@ -90,8 +90,8 @@ REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )
21 QA_FLAGS_IGNORED="
22 usr/bin/.*-${PV}
23 usr/lib.*/lib.*.so
24 - usr/$(get_libdir)/${P}/rustlib/.*/codegen-backends/librustc_codegen_llvm-llvm.so
25 - usr/$(get_libdir)/${P}/rustlib/.*/lib/lib.*.so
26 + usr/lib.*/${P}/rustlib/.*/codegen-backends/librustc_codegen_llvm-llvm.so
27 + usr/lib.*/${P}/rustlib/.*/lib/lib.*.so
28 "
29
30 # tests need a bit more work, currently they are causing multiple