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: Mon, 30 Dec 2019 19:20:24
Message-Id: 1577733594.ce2a266d1db4ad5e2bde4a729772a7065213c50b.gyakovlev@gentoo
1 commit: ce2a266d1db4ad5e2bde4a729772a7065213c50b
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 19:11:19 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 19:19:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2a266d
7
8 dev-lang/rust: fix small typo in 1.40-r1 ebuild
9
10 Bug: https://bugs.gentoo.org/703744
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 dev-lang/rust/rust-1.40.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/rust/rust-1.40.0-r1.ebuild b/dev-lang/rust/rust-1.40.0-r1.ebuild
18 index 12e01dfd209..e2dcf2adcd5 100644
19 --- a/dev-lang/rust/rust-1.40.0-r1.ebuild
20 +++ b/dev-lang/rust/rust-1.40.0-r1.ebuild
21 @@ -98,7 +98,7 @@ REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )
22 QA_FLAGS_IGNORED="
23 usr/bin/*-${PV}
24 usr/lib*/lib*.so
25 - usr/lib/rurstlib/*/codegen-backends/librustc_codegen_llvm-llvm.so
26 + usr/lib/rustlib/*/codegen-backends/librustc_codegen_llvm-llvm.so
27 usr/lib/rustlib/*/lib/lib*.so
28 "