commit:     26b59330b5222996defa4536237e62404bf21168
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  1 12:29:10 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Jan  1 12:30:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b59330

dev-lang/julia: link ca-certificates.crt

Closes: https://bugs.gentoo.org/888978
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lang/julia/{julia-1.8.3.ebuild => julia-1.8.3-r1.ebuild} | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-lang/julia/julia-1.8.3.ebuild 
b/dev-lang/julia/julia-1.8.3-r1.ebuild
similarity index 94%
rename from dev-lang/julia/julia-1.8.3.ebuild
rename to dev-lang/julia/julia-1.8.3-r1.ebuild
index e5e15591b401..bb3e6a7a2468 100644
--- a/dev-lang/julia/julia-1.8.3.ebuild
+++ b/dev-lang/julia/julia-1.8.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # correct versions for stdlibs are in deps/checksums
@@ -6,7 +6,7 @@
 
 EAPI=8
 
-# 1.8.2 still sits on LLVM 13, bug: https://bugs.gentoo.org/876184
+# >=1.8.2 still sits on LLVM 13, bug: https://bugs.gentoo.org/876184
 MY_LLVM_V=13.0.1
 
 inherit flag-o-matic pax-utils toolchain-funcs optfeature
@@ -171,6 +171,9 @@ src_install() {
 
        # The appdata directory is deprecated.
        mv "${ED}"/usr/share/{appdata,metainfo}/ || die
+
+       # Link ca-certificates.crt, bug: https://bugs.gentoo.org/888978
+       dosym -r /etc/ssl/certs/ca-certificates.crt /usr/share/julia/cert.pem
 }
 
 pkg_postinst() {

Reply via email to