Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/julia-bin/
Date: Fri, 25 Dec 2020 21:56:45
Message-Id: 1608933378.148325273f24f10354276d9801f2c00c10a5011e.tamiko@gentoo
1 commit: 148325273f24f10354276d9801f2c00c10a5011e
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 21:47:42 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 21:56:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14832527
7
8 dev-lang/julia-bin: silence QA warning
9
10 The binary julia package installs some openblas/lapack libraries that
11 are getting dlopened. The missing SONAME dependency should not play a
12 role.
13
14 Closes: https://bugs.gentoo.org/746278
15 Package-Manager: Portage-3.0.12, Repoman-3.0.2
16 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
17
18 dev-lang/julia-bin/julia-bin-1.5.2.ebuild | 1 +
19 1 file changed, 1 insertion(+)
20
21 diff --git a/dev-lang/julia-bin/julia-bin-1.5.2.ebuild b/dev-lang/julia-bin/julia-bin-1.5.2.ebuild
22 index acbc1acd341..61861f476e9 100644
23 --- a/dev-lang/julia-bin/julia-bin-1.5.2.ebuild
24 +++ b/dev-lang/julia-bin/julia-bin-1.5.2.ebuild
25 @@ -30,6 +30,7 @@ DEPEND="${RDEPEND}"
26 RESTRICT="strip"
27
28 QA_PREBUILT="*"
29 +QA_SONAME="*"
30
31 S="${WORKDIR}/${MY_P}"