Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/julia/
Date: Sun, 01 Jan 2023 12:30:19
Message-Id: 1672576211.26b59330b5222996defa4536237e62404bf21168.xgqt@gentoo
1 commit: 26b59330b5222996defa4536237e62404bf21168
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 12:29:10 2023 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 12:30:11 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b59330
7
8 dev-lang/julia: link ca-certificates.crt
9
10 Closes: https://bugs.gentoo.org/888978
11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
12
13 dev-lang/julia/{julia-1.8.3.ebuild => julia-1.8.3-r1.ebuild} | 7 +++++--
14 1 file changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/julia/julia-1.8.3.ebuild b/dev-lang/julia/julia-1.8.3-r1.ebuild
17 similarity index 94%
18 rename from dev-lang/julia/julia-1.8.3.ebuild
19 rename to dev-lang/julia/julia-1.8.3-r1.ebuild
20 index e5e15591b401..bb3e6a7a2468 100644
21 --- a/dev-lang/julia/julia-1.8.3.ebuild
22 +++ b/dev-lang/julia/julia-1.8.3-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2022 Gentoo Authors
25 +# Copyright 1999-2023 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 # correct versions for stdlibs are in deps/checksums
29 @@ -6,7 +6,7 @@
30
31 EAPI=8
32
33 -# 1.8.2 still sits on LLVM 13, bug: https://bugs.gentoo.org/876184
34 +# >=1.8.2 still sits on LLVM 13, bug: https://bugs.gentoo.org/876184
35 MY_LLVM_V=13.0.1
36
37 inherit flag-o-matic pax-utils toolchain-funcs optfeature
38 @@ -171,6 +171,9 @@ src_install() {
39
40 # The appdata directory is deprecated.
41 mv "${ED}"/usr/share/{appdata,metainfo}/ || die
42 +
43 + # Link ca-certificates.crt, bug: https://bugs.gentoo.org/888978
44 + dosym -r /etc/ssl/certs/ca-certificates.crt /usr/share/julia/cert.pem
45 }
46
47 pkg_postinst() {