Skip to content

Commit

Permalink
dev-lang/rust: fix QA_SONAME regex
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
gyakovlev committed Dec 31, 2019
1 parent 2d434a6 commit 349e8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-lang/rust/rust-1.40.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ QA_FLAGS_IGNORED="
usr/lib/rustlib/*/lib/lib*.so
"

QA_SONAME="usr/lib*/librustc_macros*.so"
QA_SONAME="usr/lib.*/librustc_macros.*.so"

PATCHES=(
"${FILESDIR}"/1.36.0-libressl.patch
Expand Down

0 comments on commit 349e8ec

Please sign in to comment.