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 901B3158089 for ; Tue, 17 Oct 2023 07:57:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C167A2BC06F; Tue, 17 Oct 2023 07:57:40 +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 AE49D2BC06F for ; Tue, 17 Oct 2023 07:57:40 +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 E205B335D1B for ; Tue, 17 Oct 2023 07:57:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 806DC1288 for ; Tue, 17 Oct 2023 07:57:38 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1697529447.68321f3943e9890679816bef35ed9ab97f6e69bc.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/grass/grass-9999.ebuild X-VCS-Directories: sci-geosciences/grass/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 68321f3943e9890679816bef35ed9ab97f6e69bc X-VCS-Branch: master Date: Tue, 17 Oct 2023 07:57:38 +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: 7144fa53-b966-4c6f-833c-05c6a4d75a96 X-Archives-Hash: 5534c590482c0e02290aa8f8d0a16e76 commit: 68321f3943e9890679816bef35ed9ab97f6e69bc Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Sat Oct 14 13:56:37 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Oct 17 07:57:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68321f39 sci-geosciences/grass: disable py3.9 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Signed-off-by: Andrew Ammerlaan gentoo.org> sci-geosciences/grass/grass-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-geosciences/grass/grass-9999.ebuild b/sci-geosciences/grass/grass-9999.ebuild index a4a84ca2dae9..f4aeb3ef85ed 100644 --- a/sci-geosciences/grass/grass-9999.ebuild +++ b/sci-geosciences/grass/grass-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="sqlite" # bug 572440 inherit desktop python-single-r1 toolchain-funcs xdg