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 E9AFB1584AD for ; Thu, 01 May 2025 22:13:07 +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 D75F634306F for ; Thu, 01 May 2025 22:13:07 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 62B071103AD; Thu, 01 May 2025 22:13:01 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 57C8A1103AD for ; Thu, 01 May 2025 22:13:01 +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 159BD342FEA for ; Thu, 01 May 2025 22:13:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A70832669 for ; Thu, 01 May 2025 22:12:59 +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: <1746137554.95be55a5b026c2b9244bbd38c2b595ebc35e3e46.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/diffuse/diffuse-0.9.0-r1.ebuild dev-util/diffuse/diffuse-0.9.0.ebuild X-VCS-Directories: dev-util/diffuse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 95be55a5b026c2b9244bbd38c2b595ebc35e3e46 X-VCS-Branch: master Date: Thu, 01 May 2025 22:12:59 +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: a84695a0-c8f1-4c09-8b27-879ed1f1ec15 X-Archives-Hash: ed600ce63497e214d68c529ed5543d54 commit: 95be55a5b026c2b9244bbd38c2b595ebc35e3e46 Author: Sam James gentoo org> AuthorDate: Thu May 1 22:10:57 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 1 22:12:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95be55a5 dev-util/diffuse: disable py3.10, py3.9 Signed-off-by: Sam James gentoo.org> dev-util/diffuse/diffuse-0.9.0-r1.ebuild | 2 +- dev-util/diffuse/diffuse-0.9.0.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/diffuse/diffuse-0.9.0-r1.ebuild b/dev-util/diffuse/diffuse-0.9.0-r1.ebuild index 23cb66506293..60d77c976f22 100644 --- a/dev-util/diffuse/diffuse-0.9.0-r1.ebuild +++ b/dev-util/diffuse/diffuse-0.9.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PLOCALES="cs de es fr it ja ka ko nl pl pt pt_BR ru sv th tr zh_CN zh_TW" inherit meson plocale python-r1 xdg diff --git a/dev-util/diffuse/diffuse-0.9.0.ebuild b/dev-util/diffuse/diffuse-0.9.0.ebuild index c6be148a78fd..0f7259d240b5 100644 --- a/dev-util/diffuse/diffuse-0.9.0.ebuild +++ b/dev-util/diffuse/diffuse-0.9.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{11..12} ) PLOCALES="cs de es fr it ja ka ko nl pl pt pt_BR ru sv th tr zh_CN zh_TW" inherit meson plocale python-r1 xdg