From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1650941-garchives=archives.gentoo.org@lists.gentoo.org> 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 B5AE11581C1 for <garchives@archives.gentoo.org>; Mon, 8 Jul 2024 07:17:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 260332BC08B; Mon, 8 Jul 2024 07:17:49 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 0A5EA2BC08B for <gentoo-commits@lists.gentoo.org>; Mon, 8 Jul 2024 07:17:49 +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 23DB4342F64 for <gentoo-commits@lists.gentoo.org>; Mon, 8 Jul 2024 07:17:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB9B91E00 for <gentoo-commits@lists.gentoo.org>; Mon, 8 Jul 2024 07:17:44 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> 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" <juippis@gentoo.org> Message-ID: <1720423060.dbd867e647743a4c418d01a3088c3c2835233b24.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/terminology/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/terminology/terminology-1.13.0.ebuild X-VCS-Directories: x11-terms/terminology/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: dbd867e647743a4c418d01a3088c3c2835233b24 X-VCS-Branch: master Date: Mon, 8 Jul 2024 07:17:44 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d408d9ba-281a-498f-a739-aa2d2c87b76b X-Archives-Hash: a7f5d3362a36cdf87eb57ff80ce1a0d4 commit: dbd867e647743a4c418d01a3088c3c2835233b24 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Mon Jul 8 07:16:52 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Jul 8 07:17:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd867e6 x11-terms/terminology: enable py3.13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> x11-terms/terminology/terminology-1.13.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-terms/terminology/terminology-1.13.0.ebuild b/x11-terms/terminology/terminology-1.13.0.ebuild index fe8680f84bf6..602af46fcfec 100644 --- a/x11-terms/terminology/terminology-1.13.0.ebuild +++ b/x11-terms/terminology/terminology-1.13.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-any-r1 xdg