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 9E606158010 for ; Mon, 2 Jan 2023 22:02:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAE24E08EF; Mon, 2 Jan 2023 22:02:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D497FE08EF for ; Mon, 2 Jan 2023 22:02:32 +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 F2EE0340C6F for ; Mon, 2 Jan 2023 22:02:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CD5A7FB for ; Mon, 2 Jan 2023 22:02:30 +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: <1672696909.884e7782adf833f064038fcfa65c446e0762df35.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/lokalize/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/lokalize/lokalize-22.12.49.9999.ebuild kde-apps/lokalize/lokalize-9999.ebuild X-VCS-Directories: kde-apps/lokalize/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 884e7782adf833f064038fcfa65c446e0762df35 X-VCS-Branch: master Date: Mon, 2 Jan 2023 22:02:30 +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: 073bbd90-d973-47a6-8eb1-df1d24fb949f X-Archives-Hash: e8dc3102d5bdb6703fa881c6e89c2812 commit: 884e7782adf833f064038fcfa65c446e0762df35 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 2 21:49:25 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 2 22:01:49 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=884e7782 kde-apps/lokalize: python3_11 support Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/lokalize/lokalize-22.12.49.9999.ebuild | 2 +- kde-apps/lokalize/lokalize-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/lokalize/lokalize-22.12.49.9999.ebuild b/kde-apps/lokalize/lokalize-22.12.49.9999.ebuild index 1565f23382..2f141965bf 100644 --- a/kde-apps/lokalize/lokalize-22.12.49.9999.ebuild +++ b/kde-apps/lokalize/lokalize-22.12.49.9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) KFMIN=5.101.0 QTMIN=5.15.5 inherit python-single-r1 ecm gear.kde.org optfeature diff --git a/kde-apps/lokalize/lokalize-9999.ebuild b/kde-apps/lokalize/lokalize-9999.ebuild index 1565f23382..2f141965bf 100644 --- a/kde-apps/lokalize/lokalize-9999.ebuild +++ b/kde-apps/lokalize/lokalize-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) KFMIN=5.101.0 QTMIN=5.15.5 inherit python-single-r1 ecm gear.kde.org optfeature