From 2996a993055b3633b0bcb80833f808c946762a80 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sun, 10 Mar 2019 21:57:23 -0700 Subject: 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 --- dev-lang/rust-bin/rust-bin-1.32.0.ebuild | 1 + dev-lang/rust-bin/rust-bin-1.33.0.ebuild | 1 + 2 files changed, 2 insertions(+) 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* " -- cgit v1.2.3