From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0EAB015800F for ; Sun, 1 Jan 2023 12:30:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D74C2E0828; Sun, 1 Jan 2023 12:30:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C15FDE0828 for ; Sun, 1 Jan 2023 12:30:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B447B340D6F for ; Sun, 1 Jan 2023 12:30:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 152A07FB for ; Sun, 1 Jan 2023 12:30:15 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1672576211.26b59330b5222996defa4536237e62404bf21168.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/julia/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/julia/julia-1.8.3-r1.ebuild dev-lang/julia/julia-1.8.3.ebuild X-VCS-Directories: dev-lang/julia/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 26b59330b5222996defa4536237e62404bf21168 X-VCS-Branch: master Date: Sun, 1 Jan 2023 12:30:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36d48ab4-bb43-48ae-8cd0-1c858035c7a9 X-Archives-Hash: 8f0590352fd0675033bd51def8187ab5 commit: 26b59330b5222996defa4536237e62404bf21168 Author: Maciej Barć gentoo org> AuthorDate: Sun Jan 1 12:29:10 2023 +0000 Commit: Maciej Barć gentoo 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ć 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() {