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 19F4A15801B for ; Wed, 26 Jul 2023 07:20:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EC9FE0934; Wed, 26 Jul 2023 07:20:38 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44AB5E0934 for ; Wed, 26 Jul 2023 07:20:38 +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 3C1AD341584 for ; Wed, 26 Jul 2023 07:20:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FEDDDD3 for ; Wed, 26 Jul 2023 07:20:35 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1690356032.f68222921fc809cedc8b4b65d5b577546896a2b9.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/seafile/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/seafile/seafile-9.0.3.ebuild X-VCS-Directories: net-misc/seafile/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: f68222921fc809cedc8b4b65d5b577546896a2b9 X-VCS-Branch: master Date: Wed, 26 Jul 2023 07:20:35 +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: 9e5549a8-c8f7-4344-9162-e2f1bfdfc35a X-Archives-Hash: 80661f2274f8cd97de1105a094292ad9 commit: f68222921fc809cedc8b4b65d5b577546896a2b9 Author: Joonas Niilola gentoo org> AuthorDate: Wed Jul 26 07:20:03 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jul 26 07:20:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6822292 net-misc/seafile: disable py3.9 Signed-off-by: Joonas Niilola gentoo.org> net-misc/seafile/seafile-9.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/seafile/seafile-9.0.3.ebuild b/net-misc/seafile/seafile-9.0.3.ebuild index 2513976a7a67..12f795caa8dc 100644 --- a/net-misc/seafile/seafile-9.0.3.ebuild +++ b/net-misc/seafile/seafile-9.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) # Upstream is moving tags repeatedly, then we use commit hash. RELEASE_COMMIT="90a2bc6e30a14ac4c91250da3957330f1051462e"