diff options
author | o01eg <o01eg@yandex.ru> | 2020-05-29 13:39:04 +0300 |
---|---|---|
committer | Mikhail Pukhlikov <cynede@gentoo.org> | 2020-06-01 09:26:54 +0400 |
commit | a5216b3bcd1c384d623b66f8e40da96006bcf6b8 (patch) | |
tree | 0ee3db740e77c82ac5040257c4a6e18d2f5ed25d | |
parent | dev-lang/rust-9999: Synchronize ebuild with stable (diff) | |
download | rust-a5216b3bcd1c384d623b66f8e40da96006bcf6b8.tar.gz rust-a5216b3bcd1c384d623b66f8e40da96006bcf6b8.tar.bz2 rust-a5216b3bcd1c384d623b66f8e40da96006bcf6b8.zip |
Fix usage of git_libdir
Closes: https://github.com/gentoo/gentoo-rust/pull/488
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
-rw-r--r-- | dev-lang/rust/rust-9999.ebuild | 4 |
1 files 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 |