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 8DAD51584AD for ; Sat, 26 Apr 2025 21:33:37 +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 79E5F34308F for ; Sat, 26 Apr 2025 21:33:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 83C851102A2; Sat, 26 Apr 2025 21:33:36 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 781891102A2 for ; Sat, 26 Apr 2025 21:33:36 +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 339C234308F for ; Sat, 26 Apr 2025 21:33:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2108C3A for ; Sat, 26 Apr 2025 21:33:34 +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: <1745703168.336f287c003727f20f17c63f1f05ad156d92af30.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm-crystal/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/fvwm-crystal/fvwm-crystal-3.7.5.ebuild X-VCS-Directories: x11-themes/fvwm-crystal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 336f287c003727f20f17c63f1f05ad156d92af30 X-VCS-Branch: master Date: Sat, 26 Apr 2025 21:33:34 +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: a263e943-e0ab-48a0-a7b6-cd4a6665a0dd X-Archives-Hash: da18f22f30f034c09b53b4759dc2e135 commit: 336f287c003727f20f17c63f1f05ad156d92af30 Author: Ian Jordan gmail com> AuthorDate: Sat Apr 26 11:31:34 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 26 21:32:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336f287c x11-themes/fvwm-crystal: enable py3.13 Closes: https://bugs.gentoo.org/952782 Signed-off-by: Ian Jordan gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41764 Closes: https://github.com/gentoo/gentoo/pull/41764 Signed-off-by: Sam James gentoo.org> x11-themes/fvwm-crystal/fvwm-crystal-3.7.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.7.5.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.7.5.ebuild index 4bca7a7916ba..a25ac0fc38bb 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.7.5.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.7.5.ebuild @@ -1,9 +1,9 @@ -# 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_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit readme.gentoo-r1 python-single-r1 optfeature DESCRIPTION="Configurable FVWM theme with transparency and freedesktop compatible menu"