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 ADA26159C9B for ; Sat, 10 Aug 2024 20:34:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 041E12BC01F; Sat, 10 Aug 2024 20:34:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id E2FE62BC01F for ; Sat, 10 Aug 2024 20:34:41 +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 DE1C53430AA for ; Sat, 10 Aug 2024 20:34:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52B3C1ED6 for ; Sat, 10 Aug 2024 20:34:39 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1723305220.62e1a683e77158f26a629331aa67babdf6708c1e.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lang/swift/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lang/swift/swift-5.10.1.ebuild X-VCS-Directories: dev-lang/swift/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 62e1a683e77158f26a629331aa67babdf6708c1e X-VCS-Branch: master Date: Sat, 10 Aug 2024 20:34:39 +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: 2245bc8f-6281-4890-a9a3-b7f78d249cac X-Archives-Hash: be322097183aef8e0a984c075319fa4b commit: 62e1a683e77158f26a629331aa67babdf6708c1e Author: Itai Ferber itaiferber net> AuthorDate: Sat Aug 10 15:53:40 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Sat Aug 10 15:53:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62e1a683 dev-lang/swift: disable py3.6, py3.7, py3.8, py3.9 Signed-off-by: Itai Ferber itaiferber.net> dev-lang/swift/swift-5.10.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-lang/swift/swift-5.10.1.ebuild b/dev-lang/swift/swift-5.10.1.ebuild index a205ad19d..229554531 100644 --- a/dev-lang/swift/swift-5.10.1.ebuild +++ b/dev-lang/swift/swift-5.10.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{6..13} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-single-r1 DESCRIPTION="A high-level, general-purpose, multi-paradigm, compiled programming language" @@ -79,6 +79,7 @@ RDEPEND=" " BDEPEND=" + ${PYTHON_DEPS} >=dev-util/patchelf-0.18 >=sys-apps/coreutils-9 "