From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5821C158287 for ; Wed, 14 May 2025 04:34:09 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4603B343516 for ; Wed, 14 May 2025 04:34:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4C3A511036F; Wed, 14 May 2025 04:34:08 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3F4B411036F for ; Wed, 14 May 2025 04:34:08 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA786343504 for ; Wed, 14 May 2025 04:34:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 865BC2834 for ; Wed, 14 May 2025 04:34:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1747197222.082657772c760b38a392ad6c2dcc4ee3a07d6a35.sam@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.5-r3.ebuild dev-lang/julia/julia-1.9.0-r2.ebuild dev-lang/julia/julia-1.9.4-r2.ebuild X-VCS-Directories: dev-lang/julia/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 082657772c760b38a392ad6c2dcc4ee3a07d6a35 X-VCS-Branch: master Date: Wed, 14 May 2025 04:34:06 +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: c7a2e837-a21f-441b-bcab-8ae9582981ab X-Archives-Hash: b20c400bd139048d2426a8494fda53c9 commit: 082657772c760b38a392ad6c2dcc4ee3a07d6a35 Author: Sam James gentoo org> AuthorDate: Wed May 14 04:33:42 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 14 04:33:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08265777 dev-lang/julia: disable py3.10 Signed-off-by: Sam James gentoo.org> dev-lang/julia/julia-1.8.5-r3.ebuild | 2 +- dev-lang/julia/julia-1.9.0-r2.ebuild | 2 +- dev-lang/julia/julia-1.9.4-r2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/julia/julia-1.8.5-r3.ebuild b/dev-lang/julia/julia-1.8.5-r3.ebuild index 2646545dd336..d9a6c3db3747 100644 --- a/dev-lang/julia/julia-1.8.5-r3.ebuild +++ b/dev-lang/julia/julia-1.8.5-r3.ebuild @@ -9,7 +9,7 @@ EAPI=8 # >=1.8.2 still sits on LLVM 13, bug: https://bugs.gentoo.org/876184 MY_LLVM_V=13.0.1 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit check-reqs flag-o-matic optfeature pax-utils python-any-r1 toolchain-funcs diff --git a/dev-lang/julia/julia-1.9.0-r2.ebuild b/dev-lang/julia/julia-1.9.0-r2.ebuild index 00812696903f..a310c6d056bc 100644 --- a/dev-lang/julia/julia-1.9.0-r2.ebuild +++ b/dev-lang/julia/julia-1.9.0-r2.ebuild @@ -8,7 +8,7 @@ EAPI=8 MY_LLVM_V=14.0.6 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit check-reqs flag-o-matic optfeature pax-utils python-any-r1 toolchain-funcs diff --git a/dev-lang/julia/julia-1.9.4-r2.ebuild b/dev-lang/julia/julia-1.9.4-r2.ebuild index 0b88f1ded8c6..37a052be0583 100644 --- a/dev-lang/julia/julia-1.9.4-r2.ebuild +++ b/dev-lang/julia/julia-1.9.4-r2.ebuild @@ -8,7 +8,7 @@ EAPI=8 MY_LLVM_V=14.0.6 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit check-reqs flag-o-matic optfeature pax-utils python-any-r1 toolchain-funcs