diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-03-10 21:57:23 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-03-10 22:00:07 -0700 |
commit | 2996a993055b3633b0bcb80833f808c946762a80 (patch) | |
tree | 267ba688697689d1a827b4647eeeca973c0c5f27 /dev-lang | |
parent | dev-lang/rust-bin: fix cargo on ppc64 (diff) | |
download | gentoo-2996a993055b3633b0bcb80833f808c946762a80.tar.gz gentoo-2996a993055b3633b0bcb80833f808c946762a80.tar.bz2 gentoo-2996a993055b3633b0bcb80833f808c946762a80.zip |
dev-lang/rust-bin: fix qa warnings
* QA Notice: Files built without respecting CFLAGS have been detected
* Please include the following list of files in your report:
* /opt/rust-bin-1.33.0/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld
* QA Notice: Files built without respecting LDFLAGS have been detected
* Please include the following list of files in your report:
* /opt/rust-bin-1.33.0/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.32.0.ebuild | 1 | ||||
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.33.0.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.32.0.ebuild b/dev-lang/rust-bin/rust-bin-1.32.0.ebuild index 170a05bf8146..a9f9e30d70c2 100644 --- a/dev-lang/rust-bin/rust-bin-1.32.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.32.0.ebuild @@ -31,6 +31,7 @@ REQUIRED_USE="x86? ( cpu_flags_x86_sse2 )" QA_PREBUILT=" opt/${P}/bin/*-${PV} opt/${P}/lib/*.so + opt/${P}/lib/rustlib/*/bin/* opt/${P}/lib/rustlib/*/lib/*.so opt/${P}/lib/rustlib/*/lib/*.rlib* " diff --git a/dev-lang/rust-bin/rust-bin-1.33.0.ebuild b/dev-lang/rust-bin/rust-bin-1.33.0.ebuild index 170a05bf8146..a9f9e30d70c2 100644 --- a/dev-lang/rust-bin/rust-bin-1.33.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.33.0.ebuild @@ -31,6 +31,7 @@ REQUIRED_USE="x86? ( cpu_flags_x86_sse2 )" QA_PREBUILT=" opt/${P}/bin/*-${PV} opt/${P}/lib/*.so + opt/${P}/lib/rustlib/*/bin/* opt/${P}/lib/rustlib/*/lib/*.so opt/${P}/lib/rustlib/*/lib/*.rlib* " |