diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-01-01 13:29:10 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-01 13:30:11 +0100 |
commit | 26b59330b5222996defa4536237e62404bf21168 (patch) | |
tree | 6b98c4d90af6a397734b48f7acb84e111ca6b3b2 /dev-lang/julia | |
parent | dev-scheme/owl-lisp: bump to 0.2.1 (diff) | |
download | gentoo-26b59330b5222996defa4536237e62404bf21168.tar.gz gentoo-26b59330b5222996defa4536237e62404bf21168.tar.bz2 gentoo-26b59330b5222996defa4536237e62404bf21168.zip |
dev-lang/julia: link ca-certificates.crt
Closes: https://bugs.gentoo.org/888978
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/julia')
-rw-r--r-- | dev-lang/julia/julia-1.8.3-r1.ebuild (renamed from dev-lang/julia/julia-1.8.3.ebuild) | 7 |
1 files 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 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() { |