commit: a5216b3bcd1c384d623b66f8e40da96006bcf6b8 Author: o01eg <o01eg <AT> yandex <DOT> ru> AuthorDate: Fri May 29 10:39:04 2020 +0000 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org> CommitDate: Mon Jun 1 05:26:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/rust.git/commit/?id=a5216b3b
Fix usage of git_libdir Closes: https://github.com/gentoo/gentoo-rust/pull/488 Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org> dev-lang/rust/rust-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild index facf26f..b96c023 100644 --- a/dev-lang/rust/rust-9999.ebuild +++ b/dev-lang/rust/rust-9999.ebuild @@ -90,8 +90,8 @@ REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} ) QA_FLAGS_IGNORED=" usr/bin/.*-${PV} usr/lib.*/lib.*.so - usr/$(get_libdir)/${P}/rustlib/.*/codegen-backends/librustc_codegen_llvm-llvm.so - usr/$(get_libdir)/${P}/rustlib/.*/lib/lib.*.so + usr/lib.*/${P}/rustlib/.*/codegen-backends/librustc_codegen_llvm-llvm.so + usr/lib.*/${P}/rustlib/.*/lib/lib.*.so " # tests need a bit more work, currently they are causing multiple
