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 3E46915800A for ; Tue, 15 Aug 2023 14:33:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 720D42BC038; Tue, 15 Aug 2023 14:33:48 +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 5DE9D2BC038 for ; Tue, 15 Aug 2023 14:33:48 +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 980B8340E03 for ; Tue, 15 Aug 2023 14:33:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DFE8FB0 for ; Tue, 15 Aug 2023 14:33:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1692109877.1c4ca3d79ddef292bdd9b3d51f6ebabc0cfb831c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/ki18n/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/ki18n/ki18n-5.109.0.ebuild kde-frameworks/ki18n/ki18n-5.9999.ebuild X-VCS-Directories: kde-frameworks/ki18n/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1c4ca3d79ddef292bdd9b3d51f6ebabc0cfb831c X-VCS-Branch: master Date: Tue, 15 Aug 2023 14:33:44 +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: 86b1523a-da6a-4f27-affc-388ab76b9fa5 X-Archives-Hash: 701adf8477a86662a298ef718f9886e4 commit: 1c4ca3d79ddef292bdd9b3d51f6ebabc0cfb831c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 9 21:27:38 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 15 14:31:17 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1c4ca3d7 kde-frameworks/ki18n: enable py3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/ki18n/ki18n-5.109.0.ebuild | 2 +- kde-frameworks/ki18n/ki18n-5.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/ki18n/ki18n-5.109.0.ebuild b/kde-frameworks/ki18n/ki18n-5.109.0.ebuild index ac7513dc92..e9a948a8fd 100644 --- a/kde-frameworks/ki18n/ki18n-5.109.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.109.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) QTMIN=5.15.9 inherit ecm frameworks.kde.org python-single-r1 diff --git a/kde-frameworks/ki18n/ki18n-5.9999.ebuild b/kde-frameworks/ki18n/ki18n-5.9999.ebuild index 1aede77a81..9401be9304 100644 --- a/kde-frameworks/ki18n/ki18n-5.9999.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) QTMIN=5.15.9 inherit ecm frameworks.kde.org python-single-r1