diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-30 11:11:19 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-30 11:19:54 -0800 |
commit | ce2a266d1db4ad5e2bde4a729772a7065213c50b (patch) | |
tree | 2220967b3599a18f7c670a76bd09d6e916fdc0c6 /dev-lang/rust | |
parent | */*: Switch my own packages to cmake.eclass (diff) | |
download | gentoo-ce2a266d1db4ad5e2bde4a729772a7065213c50b.tar.gz gentoo-ce2a266d1db4ad5e2bde4a729772a7065213c50b.tar.bz2 gentoo-ce2a266d1db4ad5e2bde4a729772a7065213c50b.zip |
dev-lang/rust: fix small typo in 1.40-r1 ebuild
Bug: https://bugs.gentoo.org/703744
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.40.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.40.0-r1.ebuild b/dev-lang/rust/rust-1.40.0-r1.ebuild index 12e01dfd209f..e2dcf2adcd5f 100644 --- a/dev-lang/rust/rust-1.40.0-r1.ebuild +++ b/dev-lang/rust/rust-1.40.0-r1.ebuild @@ -98,7 +98,7 @@ REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} ) QA_FLAGS_IGNORED=" usr/bin/*-${PV} usr/lib*/lib*.so - usr/lib/rurstlib/*/codegen-backends/librustc_codegen_llvm-llvm.so + usr/lib/rustlib/*/codegen-backends/librustc_codegen_llvm-llvm.so usr/lib/rustlib/*/lib/lib*.so " |