summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2019-03-10 21:57:23 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2019-03-10 22:00:07 -0700
commit2996a993055b3633b0bcb80833f808c946762a80 (patch)
tree267ba688697689d1a827b4647eeeca973c0c5f27 /dev-lang/rust-bin/rust-bin-1.33.0.ebuild
parentdev-lang/rust-bin: fix cargo on ppc64 (diff)
downloadgentoo-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/rust-bin/rust-bin-1.33.0.ebuild')
-rw-r--r--dev-lang/rust-bin/rust-bin-1.33.0.ebuild1
1 files changed, 1 insertions, 0 deletions
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*
"