Skip to content

Commit

Permalink
dev-lang/julia-bin: silence QA warning
Browse files Browse the repository at this point in the history
The binary julia package installs some openblas/lapack libraries that
are getting dlopened. The missing SONAME dependency should not play a
role.

Closes: https://bugs.gentoo.org/746278
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthias Maier <[email protected]>
  • Loading branch information
tamiko committed Dec 25, 2020
1 parent f7ec334 commit 1483252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-lang/julia-bin/julia-bin-1.5.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ DEPEND="${RDEPEND}"
RESTRICT="strip"

QA_PREBUILT="*"
QA_SONAME="*"

S="${WORKDIR}/${MY_P}"

Expand Down

0 comments on commit 1483252

Please sign in to comment.